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

In This Topic
    MatchWholeWord Property (DataGridFilterTextInfo)
    In This Topic
    To know MatchWholeWord mode is enable or not
    Syntax
    'Declaration
     
    
    Public Property MatchWholeWord As Boolean
    public bool MatchWholeWord {get; set;}
    See Also