[]
Defines a builder to configurate ValueFilterSetting.
public class ValueFilterSettingBuilder : BaseBuilder<ValueFilterSetting, ValueFilterSettingBuilder>
| Name | Description |
|---|---|
| ValueFilterSettingBuilder(ValueFilterSetting) | Creates one ValueFilterSettingBuilder instance to configurate |
| Name | Description |
|---|---|
| DataMap(Action<DataMapBuilder>) | Configurates DataMap. The DataMap used to convert raw values into display values shown when editing this filter. |
| ExclusiveValueSearch(bool) | Configurates ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:filterText property. |
| MaxValues(int?) | Configurates MaxValues. The maximum number of elements on the list of display values. |
| SortValues(bool?) | Configurates SortValues. A value that determines whether the values should be sorted. |
| UniqueValues(IEnumerable<object>) | Configurates UniqueValues. An array containing the unique values to be displayed on the list. |
| UniqueValues(params object[]) | Sets the UniqueValues property. |