Skip to main content
.NET 6.0+

DefaultListViewOptionsAttribute.AllowEdit Property

Specifies the View.AllowEdit state for the List Views that will display objects of the business class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool AllowEdit { get; }

Property Value

Type Description
Boolean

A Boolean value which specifies the View.AllowEdit state for the List Views that will display objects of the business class.

See Also