ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ValueFilterTagHelper Class / ExclusiveValueSearch Property

In This Topic
    ExclusiveValueSearch Property (ValueFilterTagHelper)
    In This Topic
    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 Property ExclusiveValueSearch As Boolean
    public bool ExclusiveValueSearch {get; set;}
    Remarks
    This property is set to true by default, which matches Excel's behavior.
    See Also