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

In This Topic
    CaseSensitiveSearch Property (PivotGrid)
    In This Topic
    Gets or 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