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