Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / FullTextFilter Class / ShowMatchCase Property

In This Topic
    ShowMatchCase Property
    In This Topic
    Gets or sets whether the MatchCase checkbox is shown.
    Syntax
    'Declaration
     
    
    Public Property ShowMatchCase As Boolean
    public bool ShowMatchCase {get; set;}
    See Also