BootstrapPageControl.ActiveTabChanged Event
Fires on the server side after the active tab has been changed within a tab control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Event Data
The ActiveTabChanged event's data class is BootstrapPageControlEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Tab | Gets a tab object related to the event. |
Remarks
Write a ActiveTabChanged event handler to perform specific actions on the server side after each time the selected tab is changed. You can use the event parameter’s property to identify a new active tab.
See Also