Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelClass.DefaultListViewAllowEdit Property

Specifies whether in-place editing is allowed in List Views whose ModelClass property is set to the corresponding IModelClass instance. This option does not affect lookup List Views.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

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

#Property Value

Type Default Description
Boolean false

true to allow in-place editing; false to prohibit in-place editing.

#Remarks

To set this property, open the Model Editor and navigate to the Application | BOModel | <Class> node:

The DefaultListViewAllowEdit property in the Model Editor

You can also use the DefaultListViewOptions attribute to allow in-place editing in code (see Data Annotations in Data Model).

See Also