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

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.v18.2.dll

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

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

See Also