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

    Namespace: Microsoft.Extensions.DependencyInjection

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public Action<IDataLayer> DataLayerInitializedHandler { get; }

    Property Value

    Type
    Action<IDataLayer>

    Property Paths

    You can access this nested property as listed below:

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