Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FullTextFilterBehavior 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
    'Usage
     
    
    Dim instance As FullTextFilterBehavior
    Dim value As Boolean
     
    instance.MatchNumbers = value
     
    value = instance.MatchNumbers
    public bool MatchNumbers {get; set;}
    See Also