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

IModelClass.DefaultListViewAllowEdit Property

Specifies whether inplace editing is allowed in the default List View.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[DefaultValue(false)]
bool DefaultListViewAllowEdit { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to allow inplace editing; false, to prohibit inplace editing.

Remarks

You can allow the inplace editing in code via the DefaultListViewOptionsAttribute attribute (see Data Annotations in Data Model).

See Also