Class ColumnMenuClickEventArgs
Provides information about an ColumnMenuItemClicked event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ColumnMenuClickEventArgs : GridEventBaseArgs
Constructors
ColumnMenuClickEventArgs()
Declaration
public ColumnMenuClickEventArgs()
Properties
Column
Gets the GridColumn associated with the column menu pop up that is currently opened.
Declaration
public GridColumn Column { get; }
Property Value
Type | Description |
---|---|
GridColumn | The current grid column associated with the column menu pop up that is currently opened. |
Element
Gets the current Microsoft.AspNetCore.Components.ElementReference target.
Declaration
public ElementReference Element { get; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.ElementReference |
Event
Gets the System.EventArgs details associated with the column menu pop up that is currently opened.
Declaration
public EventArgs Event { get; }
Property Value
Type | Description |
---|---|
System.EventArgs | This property specifies the name of the event args details associated with the column menu pop up that is currently opened. The default value is |
Item
Gets or sets the currently clicked MenuItemModel.
Declaration
public MenuItemModel Item { get; set; }
Property Value
Type | Description |
---|---|
MenuItemModel | The currently clicked menu item represented by the MenuItemModel type. |
Name
Gets the event name associated with the column menu pop up that is currently opened.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | This property specifies the name of the event associated with the column menu pop up that is currently opened. The default value is |