Class OpenCloseMenuEventArgs
Provides information about the in Opened
and Closed
event callback.
Inheritance
System.Object
OpenCloseMenuEventArgs
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public class OpenCloseMenuEventArgs : Object
Constructors
OpenCloseMenuEventArgs()
Declaration
public OpenCloseMenuEventArgs()
Properties
Element
Gets or sets a value that indicates the dropdown element.
Declaration
public ElementReference Element { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference | An Microsoft.AspNetCore.Components.ElementReference that represents the dropdown element. |
Items
Gets or sets a value that indicates the button or dropdown items.
Declaration
public List<DropDownMenuItem> Items { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<DropDownMenuItem> |
Name
Gets or sets a value that indicates name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |