Skip to main content

BootstrapPageControl.TabClick Event

Fires when a tab is clicked.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public event BootstrapPageControlCancelEventHandler TabClick

Event Data

The TabClick event's data class is BootstrapPageControlCancelEventArgs. 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