GroupStateChangingEventArgs Properties
Contains data for theSpreadsheetControl.GroupStateChanging event.
| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Groups | Returns information about groups affected by the expand/collapse operation. |
| IsExpanding | Indicates whether a user is going to expand groups. |
| IsRowGroup | Indicates whether a user starts to expand/collapse row groups. |
See Also