ASPxClientDockZone Events
A client-side equivalent of the ASPxDockZone object.Name | Description |
---|---|
AfterDock | Fires on the client side after a panel is docked in a zone. |
BeforeDock | Fires on the client side before a panel is docked in a zone and allows you to cancel the action. |
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
See Also