'Declaration Public Event HierarchyRowToggled As C1GridViewHierarchyRowToggledEventHandler
public event C1GridViewHierarchyRowToggledEventHandler HierarchyRowToggled
Event Data
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. |
Remarks
You must implement this event if the grid is not bound to a DataSource control.
See Also