Class MenuHideEvent
Define the event that triggers closing the popup that contains the menu items.
Inheritance
System.Object
MenuHideEvent
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class MenuHideEvent : Enum
Fields
Click
The menu items popup will be closed on click.
Declaration
public const MenuHideEvent Click
Field Value
MenuHideEvent
|
MouseLeave
The menu items popup will be closed on mouse leave.
Declaration
public const MenuHideEvent MouseLeave
Field Value
MenuHideEvent
|
value__
Declaration
public int value__
Field Value
System.Int32
|