ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / C1FullTextSearchBehavior Class
Fields Properties Methods


In This Topic
    C1FullTextSearchBehavior Class Members
    In This Topic

    The following tables list the members exposed by C1FullTextSearchBehavior.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1FullTextSearchBehavior class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets or sets the filter string.  
    Public Fieldstatic (Shared in Visual Basic)Attached full text search behavior.  
    Public Fieldstatic (Shared in Visual Basic)Gets or sets the brush used to highlight the cell background that matches the searched text.  
    Public Fieldstatic (Shared in Visual Basic)Gets or sets the brush used to highlight the cell foreground that matches the searched text.  
    Public Fieldstatic (Shared in Visual Basic)Gets or sets whether the filtered text should match the case too.  
    Public Fieldstatic (Shared in Visual Basic)Gets or sets whether number columns should be taken into account.  
    Public Fieldstatic (Shared in Visual Basic)Gets or sets whether the filtered text should match the whole word.  
    Public Fieldstatic (Shared in Visual Basic)Gets or sets the delay time used to filter after the last typed character.  
    Public Fieldstatic (Shared in Visual Basic)Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the delay time used to filter after the last typed character.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the filter string.  
    Public PropertyGets or sets the brush used to highlight the cell background that matches the searched text.  
    Public PropertyGets or sets the brush used to highlight the cell foreground that matches the searched text.  
    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 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 System.Windows.DependencyObject)
    Top
    See Also