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

    Namespace: Microsoft.Extensions.DependencyInjection

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public Action<XPDictionary> DictionaryInitializedHandler { get; }

    Property Value

    Type
    Action<XPDictionary>

    Property Paths

    You can access this nested property as listed below:

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