BootstrapClientTabControlTabCancelEventArgs Properties
Provides data for cancellable events related to manipulations on tabs.Name | Description |
---|---|
cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientProcessingModeCancelEventArgs. |
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. |
tab | Gets the tab object related to the event. |
See Also