Skip to main content
All docs
V26.1
  • DataLayerOptions.DataStoreInitializedHandler Property

    Namespace: Microsoft.Extensions.DependencyInjection

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public Action<IDataStore> DataStoreInitializedHandler { get; }

    Property Value

    Type
    Action<IDataStore>

    Property Paths

    You can access this nested property as listed below:

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