Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FullTextFilterBehavior Class / MatchCase Property

In This Topic
    MatchCase Property (FullTextFilterBehavior)
    In This Topic
    Gets or sets whether the filtered text should match the case too.
    Syntax
    'Declaration
     
    
    Public Property MatchCase As Boolean
    public bool MatchCase {get; set;}
    See Also