ASPxClientNavBarGroupClickEventArgs Properties
Provides data for events which concern clicking on the control’s group headers.
Name | Description |
---|---|
cancel |
Gets or sets a value indicating whether the action which raised the event should be canceled.
Inherited from ASPx |
group |
Gets the group object related to the event.
Inherited from ASPx |
html |
Gets the HTML object that contains the processed group. |
html |
Gets a DHTML event object that relates to the processed event. |
process |
Specifies whether or not to process the event on the server.
Inherited from ASPx |
See Also