Version

GridHierarchicalBehaviorEvents Class Members

The following tables list the members exposed by GridHierarchicalBehaviorEvents.

Public Constructors
 NameDescription
Public ConstructorGridHierarchicalBehaviorEvents ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyGridReference to the WebHierarchicalDataGrid for which events will be raised.  
Public PropertyGroupedColumnAddedHandledIndicates if the GroupedColumnAdded event is handled.  
Public PropertyGroupedColumnsChangingHandledIndicates if the GroupedColumnsChanging event is handled.  
Public PropertyRowCollapsingHandledIndicates if the RowCollapsing event is handled.  
Public PropertyShowFooterChangedHandledIndicates if the ShowFooterChanged event is handled.  
Public PropertyShowHeaderChangedHandledIndicates if the ShowHeaderChanged event is handled.  
Public Methods
 NameDescription
Public MethodOnGroupedColumnAddedRaises the GroupedColumnAdded event.  
Public MethodOnGroupedColumnsChangingRaises the GroupedColumnsChanging event.  
Public MethodOnRowCollapsingOverloaded. Raises the RowCollapsing event.  
Public MethodOnShowFooterChangedRaises the ShowFooterChanged event.  
Public MethodOnShowHeaderChangedRaises the ShowHeaderChanged event.  
Public Events
 NameDescription
Public EventGroupedColumnAddedThe event is fired when a grouped column is added to the grouped columns collection.  
Public EventGroupedColumnsChangingThe event is fired when grouped columns collection is changing.  
Public EventRowCollapsingThe event is fired when row is collapsed.  
Public EventShowFooterChangedThe event is fired when ShowFooter property is changed.  
Public EventShowHeaderChangedThe event is fired when ShowHeader property is changed.  
See Also