Skip to main content
Tab

DockManagerCancelEventArgs Properties
Show Inherited Hide Inherited

Provides data for the ASPxDockManager.BeforeDock event.
Name Description
Cancel Gets or sets a value indicating whether the action that raised the event should be canceled.
Panel Gets the panel currently being processed. Inherited from DockManagerEventArgs.
Zone Gets the zone currently being processed. Inherited from DockManagerEventArgs.
See Also