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

ShowViewStrategy.CollectionsEditMode Property

OBSOLETE

In ASP.NET applications, use 'IModelOptionsWeb.CollectionsEditMode' instead. In WinForms applications, this property is not used anymore.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

[Obsolete("In ASP.NET applications, use 'IModelOptionsWeb.CollectionsEditMode' instead. In WinForms applications, this property is not used anymore.")]
public ViewEditMode CollectionsEditMode { get; set; }

Property Value

Type
ViewEditMode

Available values:

Name Description
View

An XAF element that supports the View-Edit mode is displayed in the read-only mode in ASP.NET and Mobile applications.

Edit

An XAF element that supports the View-Edit mode is displayed in the editable mode in ASP.NET and Mobile applications.

See Also