Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FullTextFilterBehavior Class
Fields Properties Methods

In This Topic
    FullTextFilterBehavior Class Members
    In This Topic

    The following tables list the members exposed by FullTextFilterBehavior.

    Public Constructors
    Public Fields
    Public Properties
     NameDescription
    Public Property Gets or sets the Entry field used to perform the query.  
    Public Property Gets or sets the color used to highlight the matches.  
    Public Property Gets or sets the font attributes used to highlight the matches.  
    Public Property Gets or sets whether the filtered text should match the case too.  
    Public Property Gets or sets whether number columns should be taken into account.  
    Public Property Gets or sets whether the filtered text should match the whole word.  
    Public Property Gets or sets the mode the filter will be performed.  
    Public Property Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces.  
    Top
    Public Methods
     NameDescription
    Public MethodAttaches the behavior to a Android.Views.View. (Inherited from C1.Android.Core.C1Behavior<FlexGrid>)
    Public MethodDetaches the behavior from the Android.Views.View. (Inherited from C1.Android.Core.C1Behavior<FlexGrid>)
    Top
    See Also