WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the FilterEntry dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HighlightColor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HighlightFontAttributes dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MatchCase dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MatchNumbers dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the MatchWholeWord dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Mode dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TreatSpacesAsAndOperator dependency property.  
    Top
    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
    Public Methods
    Protected Methods
     NameDescription
    Protected Method (Inherited from Microsoft.UI.Xaml.DependencyObject)
    Protected Method (Inherited from C1.WinUI.Core.C1Behavior<FlexGrid>)
    Protected MethodOverridden. Called when the behavior is attached to the control.  
    Protected Method (Inherited from C1.WinUI.Core.C1Behavior<FlexGrid>)
    Protected MethodOverridden. Called before the behavior is detached from the control.  
    Top
    See Also