ComponentOne DataFilter for WPF
C1.WPF.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