Back to Devexpress

TreeListNodeEditStartingEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistnodeeditstartingeventargs.md

latest1.2 KB
Original Source

TreeListNodeEditStartingEventArgs.Cancel Property

Gets or sets whether to cancel the start of the edit operation.

Namespace : DevExpress.Xpf.Grid.TreeList

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to cancel the start of the edit operation; otherwise, false.

|

See Also

TreeListNodeEditStartingEventArgs Class

TreeListNodeEditStartingEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace