C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : HierarchyRowToggled Event |
'Declaration Public Event HierarchyRowToggled As C1GridViewHierarchyRowToggledEventHandler
public event C1GridViewHierarchyRowToggledEventHandler HierarchyRowToggled
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. |