Skip to main content

TreeListNodeCancelEventArgs.Cancel Property

Gets or sets whether the operation performed on the processed node should be cancelled.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the operation performed on the node; otherwise, false.

See Also