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

IModelOptions.UseServerMode Property

For internal use. Use the IModelOptions.DataAccessMode property instead.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

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

Property Value

Type Default
Boolean **false**

Property Paths

You can access this nested property as listed below:

Object Type Path to UseServerMode
IModelApplication
.Options.UseServerMode
See Also