Class OpenCloseMenuEventArgs
Interface for open/close event.
Inheritance
System.Object
OpenCloseMenuEventArgs
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public class OpenCloseMenuEventArgs : Object
Constructors
OpenCloseMenuEventArgs()
Declaration
public OpenCloseMenuEventArgs()
Properties
Element
Specifies the dropdown element.
Declaration
public ElementReference Element { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference |
Items
Specifies the button or dropdown items.
Declaration
public List<DropDownMenuItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DropDownMenuItem> |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |