The following tables list the members exposed by GridHierarchicalBehaviorEvents.
Name | Description | |
---|---|---|
GridHierarchicalBehaviorEvents Constructor | Overloaded. |
Name | Description | |
---|---|---|
Grid | Reference to the WebHierarchicalDataGrid for which events will be raised. | |
GroupedColumnAddedHandled | Indicates if the GroupedColumnAdded event is handled. | |
GroupedColumnsChangingHandled | Indicates if the GroupedColumnsChanging event is handled. | |
RowCollapsingHandled | Indicates if the RowCollapsing event is handled. | |
ShowFooterChangedHandled | Indicates if the ShowFooterChanged event is handled. | |
ShowHeaderChangedHandled | Indicates if the ShowHeaderChanged event is handled. |
Name | Description | |
---|---|---|
OnGroupedColumnAdded | Raises the GroupedColumnAdded event. | |
OnGroupedColumnsChanging | Raises the GroupedColumnsChanging event. | |
OnRowCollapsing | Overloaded. Raises the RowCollapsing event. | |
OnShowFooterChanged | Raises the ShowFooterChanged event. | |
OnShowHeaderChanged | Raises the ShowHeaderChanged event. |
Name | Description | |
---|---|---|
GroupedColumnAdded | The event is fired when a grouped column is added to the grouped columns collection. | |
GroupedColumnsChanging | The event is fired when grouped columns collection is changing. | |
RowCollapsing | The event is fired when row is collapsed. | |
ShowFooterChanged | The event is fired when ShowFooter property is changed. | |
ShowHeaderChanged | The event is fired when ShowHeader property is changed. |