Back to Devexpress

ASPxClientDockPanel Class

aspnet-js-aspxclientdockpanel.md

latest2.4 KB
Original Source

ASPxClientDockPanel Class

A client-side equivalent of the ASPxDockPanel object.

Declaration

ts
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.

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientPopupControlBase ASPxClientDockPanel

See Also

ASPxDockPanel

Docking

ASPxClientDockPanel Members