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


In This Topic
    Mode Property
    In This Topic
    Gets or sets the mode the filter will be performed.
    Syntax
    'Declaration
     
    
    Public Property Mode As FullTextFilterMode
    'Usage
     
    
    Dim instance As FullTextFilterBehavior
    Dim value As FullTextFilterMode
     
    instance.Mode = value
     
    value = instance.Mode
    public FullTextFilterMode Mode {get; set;}
    See Also