aspnet-js-aspxclientdockzone.md
A client-side equivalent of the ASPxDockZone object.
declare class ASPxClientDockZone extends ASPxClientControl
The ASPxClientDockZone object serves as a client-side equivalent of the ASPxDockZone control, and implements the functionality of a client ASPxDockZone object.
Using the methods exposed by the ASPxClientDockZone object:
The client events available via the ASPxClientDockZone object allow you to respond to panel docking by handling the ASPxClientDockZone.BeforeDock and ASPxClientDockZone.AfterDock events.
Note
The client-side programmatic interface is available if the ASPxDockZone.ClientInstanceName property is defined, or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientDockZone
See Also