Back to Devexpress

TabControlClientSideEvents Class

aspnet-devexpress-dot-web-2dc6a313.md

latest2.6 KB
Original Source

TabControlClientSideEvents Class

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

Declaration

csharp
public class TabControlClientSideEvents :
    CallbackClientSideEventsBase
vb
Public Class TabControlClientSideEvents
    Inherits CallbackClientSideEventsBase

The following members return TabControlClientSideEvents objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxTabControlBase.ClientSideEvents
TabbedLayoutGroup.ClientSideEvents
ASP.NET MVC ExtensionsTabControlSettingsBase.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).

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase TabControlClientSideEvents

See Also

TabControlClientSideEvents Members

DevExpress.Web Namespace