Skip to main content

ClipboardNodePastingEventArgs.Cancel Property

Gets or sets whether the current operation needs to be canceled.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

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

See Also