Skip to main content

DataLayerOptions.CustomDataStoreFactory Property

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v23.2.dll

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

Declaration

public Func<XpoDataStoreResult> CustomDataStoreFactory { get; }

Property Value

Type
Func<XpoDataStoreResult>

Property Paths

You can access this nested property as listed below:

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