[]
Represents the event data for grouping events in the Spread component.
public class GroupingEventArgs : EventArgs
Public Class GroupingEventArgs
Inherits EventArgs
Name | Description |
---|---|
GroupingEventArgs(SortInfo) | Creates a new set of grouping event arguments. |
Name | Description |
---|---|
Cancel | Gets or sets whether to cancel the grouping. |
GroupComparer | Gets or sets the group comparer. |
SortInfo | Gets the sorting information. |