Occurs when a hierarchy row is toggled, but before the
C1GridView handles the operation.
The event handler receives an argument of type C1GridViewHierarchyRowTogglingEventArgs containing data related to this event. The following C1GridViewHierarchyRowTogglingEventArgs properties provide information specific to this event.
Property | Description |
---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Expanding | Indicates whether the row is expanding or collapsing. |
Keys | Gets a dictionary that represents an associated master data key value. |
RowIndex | The index of the row being toggled. |