Skip to main content

ASPxClientDockManager Class

A client-side equivalent of the ASPxDockManager object.

#Declaration

TypeScript
declare class ASPxClientDockManager extends ASPxClientControl

#Remarks

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

Using the methods exposed by the ASPxClientDockManager object:

The client events available via the ASPxClientDockManager object allow you to respond to various panel manipulations:

Note

The client-side programmatic interface is available if the ASPxDockManager.ClientInstanceName property is defined, or any client event is handled.

#Inheritance

See Also