BootstrapTabControl.TabClick Event
Fires when a tab is clicked.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Event Data
The TabClick event's data class is BootstrapTabControlCancelEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the command which raised an event should be canceled. Inherited from TabControlCancelEventArgs. |
Tab | Gets a tab object related to the event. |
See Also