FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FullTextFilterBehavior Class
Fields Properties Methods Events


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 System.Windows.Freezable)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the Entry field used to perform the query.  
    Public Property (Inherited from System.Windows.Media.Animation.Animatable)
    Public PropertyGets or sets the color used to highlight the matches.  
    Public PropertyGets or sets the font attributes used to highlight the matches.  
    Public Property (Inherited from System.Windows.Freezable)
    Public Property (Inherited from System.Windows.DependencyObject)
    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
    Protected Properties
    Public Methods
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from Microsoft.Xaml.Behaviors.Behavior)
    Protected Method (Inherited from System.Windows.Media.Animation.Animatable)
    Protected Method (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from C1.WPF.Core.C1Behavior<FlexGrid>)
    Protected MethodOverridden. Called when the behavior is attached to the grid.  
    Protected Method (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from C1.WPF.Core.C1Behavior<FlexGrid>)
    Protected MethodOverridden. Called when the behavior is detaching from the grid.  
    Protected MethodOverloaded.  (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from System.Windows.Freezable)
    Protected Method (Inherited from System.Windows.Freezable)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Windows.Freezable)
    Top
    See Also