C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / HierarchyRowToggled Event

HierarchyRowToggled Event
Occurs when a hierarchy row has been toggled.
Syntax
'Declaration
 
Public Event HierarchyRowToggled As C1GridViewHierarchyRowToggledEventHandler
 
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.

PropertyDescription
Indicates whether the row was expanded or collapsed.  
Gets a dictionary that represents an associated master data key value.  
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