Back to Devexpress

TreeListNodeAllowEventArgs.Allow Property

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

latest1.1 KB
Original Source

TreeListNodeAllowEventArgs.Allow Property

Gets or sets whether the operation is allowed.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to allow the operation; otherwise, false.

|

See Also

TreeListNodeAllowEventArgs Class

TreeListNodeAllowEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace