WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FullTextFilterBehavior Class


In This Topic
    FullTextFilterBehavior Class Properties
    In This Topic

    For a list of all members of this type, see FullTextFilterBehavior members.

    Public Properties
     NameDescription
    Public Property (Inherited from Microsoft.Xaml.Interactivity.Behavior<T>)
    Public Property (Inherited from Microsoft.UI.Xaml.DependencyObject)
    Public Property (Inherited from Microsoft.UI.Xaml.DependencyObject)
    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
    See Also