TabControlClientSideEvents Class
Contains a list of the client-side events available for a tab control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TabControlClientSideEvents :
CallbackClientSideEventsBase
#Related API Members
The following members return TabControlClientSideEvents objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
Tabbed |
|
ASP. |
Tab |
#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).