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

DockPanelClientSideEvents Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class DockPanelClientSideEvents :
    PopupControlClientSideEvents

The following members return DockPanelClientSideEvents objects:

Remarks

The DockPanelClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientDockPanel object. Property names are the names of the available client events.

Each property of this type provides the capability to assign an appropriate JavaScript handler function to the corresponding client-side event.

A DockPanelClientSideEvents object is automatically created when a server-side ASPxDockPanel object is being initialized.

Implements

See Also