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

In This Topic
    CaseSensitiveSearch Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ComboBoxBase<T>.CaseSensitiveSearch. Sets a value that determines whether searches performed while the user types should case-sensitive.
    Syntax
    'Declaration
     
    Public Property CaseSensitiveSearch As Boolean
    public bool CaseSensitiveSearch {get; set;}
    See Also