Skip to main content

DataLayerOptionsBuilder.UseDataStoreInitializedHandler(Action<IDataStore>) Method

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v23.2.dll

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

Declaration

public DataLayerOptionsBuilder UseDataStoreInitializedHandler(
    Action<IDataStore> action
)

Parameters

Name Type
action Action<IDataStore>

Returns

Type
DataLayerOptionsBuilder
See Also