Property DefaultDimConfig
DefaultDimConfig
Get the default configuration for new dimensions. Useful when
the dimension is not known beforehand and may need different
global default settings, like multivalue = true
.
Declaration
protected virtual FacetsConfig.DimConfig DefaultDimConfig { get; }
Property Value
Type | Description |
---|---|
FacetsConfig.DimConfig | The default configuration to be used for dimensions that are not yet set in the FacetsConfig |