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

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