Class GroupingEventArgs
Provides information about the Grouping event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GroupingEventArgs : GroupedEventArgs
Constructors
GroupingEventArgs()
Declaration
public GroupingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the grouping or un-grouping action.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |
Remarks
The Cancel
property is used to control the grouping action. If the Cancel
property is set to true, then the grouping or un-grouping action will be canceled.