ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / C1FullTextSearchBehavior Class / MatchWholeWord Property

In This Topic
    MatchWholeWord Property (C1FullTextSearchBehavior)
    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