Skip to main content

ItemCancelEventArgs.Cancel Property

Gets or sets whether the current operation must be canceled.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true if the current operation must be canceled; otherwise, false.

Remarks

To cancel the current operation, set the Cancel property to true.

See Also