BootstrapClientTabControlTabClickEventArgs Properties
Provides data for events related to clicking on the control’s tabs.Name | Description |
---|---|
cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientProcessingModeCancelEventArgs. |
htmlElement | Gets an HTML object that contains the processed tab. |
htmlEvent | Gets a DHTML event object that relates to the processed event. |
processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
reloadContentOnCallback | Gets or sets a value specifying whether a callback should be sent to the server to reload the content of the page being activated. Inherited from BootstrapClientTabControlTabCancelEventArgs. |
tab | Gets the tab object related to the event. Inherited from BootstrapClientTabControlTabCancelEventArgs. |
See Also