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

In This Topic
    MatchNumbers Property
    In This Topic
    Gets or sets whether number columns should be taken into account.
    Syntax
    'Declaration
     
    
    Public Property MatchNumbers As Boolean
    public bool MatchNumbers {get; set;}
    See Also