Back to Devexpress

ClipboardNodePastingEventArgs.Cancel Property

windowsforms-devexpress-dot-xtratreelist-dot-clipboardnodepastingeventargs.md

latest1.3 KB
Original Source

ClipboardNodePastingEventArgs.Cancel Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ClipboardNodePastingEventArgs Class

ClipboardNodePastingEventArgs Members

DevExpress.XtraTreeList Namespace