Skip to main content
.NET 6.0+

IModelOptions.UseServerMode Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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