Back to Devexpress

EditFormShowingEventArgs.Allow Property

windowsforms-devexpress-dot-xtratreelist-dot-editformshowingeventargs-2cd61db7.md

latest1.2 KB
Original Source

EditFormShowingEventArgs.Allow Property

Gets or sets whether it is allowed to show the Edit Form.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

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

Property Value

TypeDescription
Boolean

true if it is allowed to show the Edit Form; otherwise, false.

|

See Also

EditFormShowingEventArgs Class

EditFormShowingEventArgs Members

DevExpress.XtraTreeList Namespace