aspnet-devexpress-dot-web-2dc6a313.md
Contains a list of the client-side events available for a tab control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TabControlClientSideEvents :
CallbackClientSideEventsBase
Public Class TabControlClientSideEvents
Inherits CallbackClientSideEventsBase
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 |
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).
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase TabControlClientSideEvents
See Also