Skip to main content

EditFormShowingEventArgs.Allow Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, 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