[]
Sets the UniqueValues property.
public ValueFilterSettingBuilder UniqueValues(params object[] value)
Type | Name | Description |
---|---|---|
object[] | value | The value. |
Type | Description |
---|---|
ValueFilterSettingBuilder | Current builder. |
Gets or sets an array containing the unique values to be displayed on the list.
Configurates UniqueValues. An array containing the unique values to be displayed on the list.
public ValueFilterSettingBuilder UniqueValues(IEnumerable<object> value)
Type | Name | Description |
---|---|---|
IEnumerable<object> | value | The value. |
Type | Description |
---|---|
ValueFilterSettingBuilder | Current builder. |