FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FullTextFilter Class


In This Topic
    C1FullTextFilter Class Properties
    In This Topic

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

    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 Entry field used to perform the query.  
    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 PropertyGets or sets the mode the filter will be performed.  
    Public Property  
    Public PropertyGets or sets the C1FlexGrid that owns this filter.  
    Public PropertySpecifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces.  
    Public PropertyGets or sets whether the filter should be applied to the grid's data source.  
    Top
    See Also