The event handler receives an argument of type C1GridViewHierarchyRowToggledEventArgs containing data related to this event. The following C1GridViewHierarchyRowToggledEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Expanded | Indicates whether the row was expanded or collapsed. |
Keys | Gets a dictionary that represents an associated master data key value. |
RowIndex | Gets the index of the row being toggled. |
You must implement this event if the grid is not bound to a DataSource control.