[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridFilterBuilder-1.ExclusiveValueSearch

ExclusiveValueSearch Method

ExclusiveValueSearch(bool)

Configurates ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.

Declaration
public FlexGridFilterBuilder<T> ExclusiveValueSearch(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
FlexGridFilterBuilder<T>

Current builder.

Remarks

This property is set to true by default, which matches Excel's behavior.