Skip to main content

DataLayerOptions.UseThreadSafeDataLayer Property

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo

Declaration

public bool UseThreadSafeDataLayer { get; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to UseThreadSafeDataLayer
DataLayerOptionsBuilder
.DataLayerOptions .UseThreadSafeDataLayer
See Also