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

ASPxClientDockPanel Class

A client-side equivalent of the ASPxDockPanel object.

Declaration

declare class ASPxClientDockPanel extends ASPxClientPopupControlBase

Remarks

The ASPxClientDockPanel object serves as a client-side equivalent of the ASPxDockPanel control, and implements the functionality of a client ASPxDockPanel object.

Using the methods exposed by the ASPxClientDockPanel object:

The client events available via the ASPxClientDockPanel object allow you to respond to panel docking (ASPxClientDockPanel.BeforeDock and ASPxClientDockPanel.AfterDock) and a panel dragging (ASPxClientDockPanel.StartDragging and ASPxClientDockPanel.EndDragging).

Note

The client-side programmatic interface is available if the ASPxPopupControlBase.EnableClientSideAPI property is set to true, or the ASPxPopupControlBase.ClientInstanceName property is defined, or any client event is handled.

See Also