Skip to main content
Tab

DockPanelClientSideEvents Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DockPanelClientSideEvents :
    PopupControlClientSideEvents

The following members return DockPanelClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxDockPanel.ClientSideEvents
ASP.NET MVC Extensions DockPanelSettings.ClientSideEvents

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