ComponentOne ASP.NET MVC Controls
ExclusiveValueSearch Method (ValueFilterBuilder)

C1.Web.Mvc.Fluent Namespace > ValueFilterBuilder Class : ExclusiveValueSearch Method
The value.
Configurates C1.Web.Mvc.ValueFilter.ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.
Syntax
'Declaration
 
Public Function ExclusiveValueSearch( _
   ByVal value As Boolean _
) As ValueFilterBuilder
public ValueFilterBuilder ExclusiveValueSearch( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
This property is set to true by default, which matches Excel's behavior.
See Also

Reference

ValueFilterBuilder Class
ValueFilterBuilder Members