Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 PropertyGets or sets the Entry field used to perform the query.  
    Public PropertyGets or sets the color used to highlight the matches.  
    Public PropertyGets or sets the font attributes used to highlight the matches.  
    Public PropertyGets or sets whether the filtered text should match the case too.  
    Public PropertyGets or sets whether number columns should be taken into account.  
    Public PropertyGets or sets whether the filtered text should match the whole word.  
    Public PropertyGets or sets the mode the filter will be performed.  
    Public PropertySpecifies 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 UIKit.UIView. (Inherited from C1.iOS.Core.C1Behavior<FlexGrid>)
    Public MethodDetaches the behavior from the UIKit.UIView. (Inherited from C1.iOS.Core.C1Behavior<FlexGrid>)
    Top
    See Also