Skip to main content

ASPxClientDockManagerCancelEventArgs Members

In This Article
Provides data for the ASPxClientDockManager.BeforeDock event.

#Constructors

Name Description
constructor(panel) For internal use only.

#Properties
Show Inherited Hide Inherited

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
panel Gets the panel currently being processed.
See Also