Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FullTextFilterBehavior Class / MatchWholeWord Property


In This Topic
    MatchWholeWord Property (FullTextFilterBehavior)
    In This Topic
    Gets or sets whether the filtered text should match the whole word.
    Syntax
    'Declaration
     
    
    Public Property MatchWholeWord As Boolean
    'Usage
     
    
    Dim instance As FullTextFilterBehavior
    Dim value As Boolean
     
    instance.MatchWholeWord = value
     
    value = instance.MatchWholeWord
    public bool MatchWholeWord {get; set;}
    See Also