[]
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 | Determines whether to cancel the grouping. |
GroupComparer | Gets or sets the group comparer. |
SortInfo | Gets the sorting information. |