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

EditFormShowingEventArgs.Allow Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public bool Allow { get; set; }

Property Value

Type Description
Boolean

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

See Also