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


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