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

WebNewObjectViewController.CollectionsEditMode Property

Gets the application’s mode of operation, with respect to the display of nested List Views.

Namespace: DevExpress.ExpressApp.Web.SystemModule

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

Declaration

public ViewEditMode? CollectionsEditMode { get; }

Property Value

Type Description
Nullable<ViewEditMode>

A ViewEditMode enumeration value which specifies the application’s mode of operation with respect to the display of nested List Views.

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