Class GroupedEventArgs
Provides information about the Grouped event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GroupedEventArgs : GridEventBaseArgs
Constructors
GroupedEventArgs()
Declaration
public GroupedEventArgs()
Properties
Action
Gets a value indicating the grouping action.
Declaration
public NotifyCollectionChangedAction Action { get; }
Property Value
Type | Description |
---|---|
System.Collections.Specialized.NotifyCollectionChangedAction |
|
ColumnName
Gets the field name of the column which is associated with grouping or un-grouping.
Declaration
public string ColumnName { get; }
Property Value
Type | Description |
---|---|
System.String | A string value that represents the field name of the column which is associated with grouping or un-grouping. |