ComponentOne ASP.NET MVC Controls
ExclusiveValueSearch Property (ValueFilter)

C1.Web.Mvc Namespace > ValueFilter Class : ExclusiveValueSearch Property
Gets or sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property ExclusiveValueSearch As Boolean
[DefaultValue(true)]
public bool ExclusiveValueSearch {get; set;}
Remarks
This property is set to true by default, which matches Excel's behavior.
See Also

Reference

ValueFilter Class
ValueFilter Members