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

In This Topic
    C1FullTextFilter Class
    In This Topic
    Implements a full text filter that can be added to existing C1FlexGrid controls.
    Object Model
    C1FullTextFilter Class
    Syntax
    'Declaration
     
    Public Class C1FullTextFilter 
       Inherits System.Windows.DependencyObject
    public class C1FullTextFilter : System.Windows.DependencyObject 
    Remarks
    To enable filtering on a C1FlexGrid control, create an instance of a C1FullTextFilter and pass the grid as a parameter to the constructor. For example: // enable filtering on the _flex control var ff = new C1FullTextFilter(_flex);
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.FlexGrid.C1FullTextFilter

    See Also