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:
- a panel can be docked and undocked (ASPxClientDockPanel.Dock and ASPxClientDockPanel.MakeFloat);
- a panel’s owner zone can be accessed (ASPxClientDockPanel.GetOwnerZone);
- information about panel’s dock state can be retrieved (ASPxClientDockPanel.IsDocked);
- a panel’s position amongst the visible panels within a zone can be manipulated (ASPxClientDockPanel.GetVisibleIndex and ASPxClientDockPanel.SetVisibleIndex).
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.