ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / FullTextFilterPresenter Class / MatchWholeWord Property

In This Topic
    MatchWholeWord Property (FullTextFilterPresenter)
    In This Topic
    Gets or sets value of MatchWholeWord checkbox.
    Syntax
    'Declaration
     
    
    Public Property MatchWholeWord As Boolean
    public bool MatchWholeWord {get; set;}
    See Also