Skip to main content
Tab

DockManagerClientSideEvents Class

Contains a list of the client-side events available for the ASPxDockManager component.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DockManagerClientSideEvents :
    ClientSideEvents

The following members return DockManagerClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxDockManager.ClientSideEvents
ASP.NET MVC Extensions DockManagerSettings.ClientSideEvents

Remarks

The DockManagerClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientDockManager 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 DockManagerClientSideEvents object is automatically created when a server-side ASPxDockManager object is being initialized.

Implements

See Also