ItemCancelEventArgs.Cancel Property
Gets or sets whether the current operation must be canceled.
Namespace: DevExpress.Xpf.Docking.Base
Assembly: DevExpress.Xpf.Docking.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To cancel the current operation, set the Cancel property to true.
See Also