Skip to main content
A newer version of this page is available. .

ClipboardNodePastingEventArgs.Cancel Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

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

See Also