[]
Configurates ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.
public FlexGridFilterBuilder<T> ExclusiveValueSearch(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| FlexGridFilterBuilder<T> | Current builder. |
This property is set to true by default, which matches Excel's behavior.