FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FullTextFilterBehavior Class / MatchNumbers Property

In This Topic
    MatchNumbers Property (FullTextFilterBehavior)
    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