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

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.v19.1.dll

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