DockManagerCancelEventArgs Properties
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 Dock |
Zone |
Gets the zone currently being processed.
Inherited from Dock |
See Also