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

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