[]
Provides data for Collapsed and Expanded events.
public class GroupCellEventArgs : EventArgs
| Name | Description |
|---|---|
| GroupCellEventArgs(GridCellRange, CollapseExpandAction) | Initializes a new instance of a GroupCellEventArgs. |
| Name | Description |
|---|---|
| Action | C1.WPF.Grid.GridPanel thatindicates whether it is row or column to be collapsed/expanded. |
| CellRange | CellRange affected by the event. |