Skip to main content

TreeListNodeAllowEventArgs.Allow Property

Gets or sets whether or not the operation is allowed.

Namespace: DevExpress.Xpf.Grid.TreeList

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

#Declaration

public bool Allow { get; set; }

#Property Value

Type Description
Boolean

true to allow the operation; otherwise, false.

See Also