Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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