WebNewObjectViewController.CollectionsEditMode Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public ViewEditMode? CollectionsEditMode { get; }
#Property Value
Type | Description |
---|---|
Nullable<View |
A View |
Available values:
Name | Description |
---|---|
View | An XAF element that supports the View-Edit mode is displayed in the read-only mode in ASP. |
Edit | An XAF element that supports the View-Edit mode is displayed in the editable mode in ASP. |
See Also