Skip to main content

ASPxClientDockZone Class

A client-side equivalent of the ASPxDockZone object.

#Declaration

TypeScript
declare class ASPxClientDockZone extends ASPxClientControl

#Remarks

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.

#Inheritance

See Also