TabControlClientSideEvents Class
Contains a list of the client-side events available for a tab control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return TabControlClientSideEvents objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxTabControlBase.ClientSideEvents |
TabbedLayoutGroup.ClientSideEvents | |
ASP.NET MVC Extensions | TabControlSettingsBase.ClientSideEvents |
Remarks
The TabControlClientSideEvents class contains properties corresponding to the client-side events specific to a client tab control object (ASPxClientTabControl or ASPxClientPageControl). Property names represent the names of the client button’s available events.
Each of these properties gives you an ability to assign a handling code or the name of a handling JavaScript function to the corresponding client-side event of a tab control.
An instance of the TabControlClientSideEvents class is automatically created when initializing a server-side control (ASPxTabControl or ASPxPageControl).