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

    Namespace: Microsoft.Extensions.DependencyInjection

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public Func<XPDictionary> CustomDictionaryFactory { get; }

    Property Value

    Type
    Func<XPDictionary>

    Property Paths

    You can access this nested property as listed below:

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