Class MenuShowEvent
Define the event that triggers showing the menu items.
Inheritance
System.Object
MenuShowEvent
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class MenuShowEvent : Enum
Fields
Click
The child menu items will be displayed when the user clicks on the target element.
Declaration
public const MenuShowEvent Click
Field Value
MenuShowEvent
|
MouseEnter
The child menu items will appear when the pointing device (usually the mouse) is initially moved with its hotspot within the element.
Declaration
public const MenuShowEvent MouseEnter
Field Value
MenuShowEvent
|
value__
Declaration
public int value__
Field Value
System.Int32
|