Skip to main content

MVCxClientDockManager Events

A client-side counterpart of the DockManager extension.
Name Description
AfterDock Fires on the client side after a panel is docked in a zone. Inherited from ASPxClientDockManager.
AfterFloat Fires on the client side after a panel is undocked from a zone. Inherited from ASPxClientDockManager.
BeforeDock Fires on the client side before a panel is docked in a zone and allows you to cancel the action. Inherited from ASPxClientDockManager.
BeforeFloat Fires on the client side before a panel is made floating (undocked from a zone) and allows you to cancel the action. Inherited from ASPxClientDockManager.
EndPanelDragging Occurs after a panel dragging operation is complete. Inherited from ASPxClientDockManager.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
PanelCloseUp Occurs on the client side when a panel is closed. Inherited from ASPxClientDockManager.
PanelClosing Occurs on the client side before a panel is closed, and allows you to cancel the action. Inherited from ASPxClientDockManager.
PanelPopUp Occurs on the client side when a panel pops up. Inherited from ASPxClientDockManager.
PanelResize Occurs on the client side after a panel has been resized. Inherited from ASPxClientDockManager.
PanelShown Occurs on the client side after a panel has been invoked. Inherited from ASPxClientDockManager.
StartPanelDragging Occurs when a panel dragging operation is started. Inherited from ASPxClientDockManager.
See Also