Skip to main content
A newer version of this page is available. .
Tab

TabControlClientSideEvents Class

Contains a list of the client-side events available for a tab control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class TabControlClientSideEvents :
    CallbackClientSideEventsBase

The following members return TabControlClientSideEvents objects:

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

See Also