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

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

    System.Object
       C1.WPF.FlexGrid.C1FlexGridFilter

    See Also