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

In This Topic
    C1FlexGridFilterRow Class
    In This Topic
    Implements an special filter row that can be added to existing C1FlexGrid controls.
    Object Model
    C1FlexGridFilterRow Class
    Syntax
    'Declaration
     
    Public Class C1FlexGridFilterRow 
       Inherits System.Windows.DependencyObject
    public class C1FlexGridFilterRow : System.Windows.DependencyObject 
    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 C1FlexGridFilterRow(_flex);
    Inheritance Hierarchy

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

    See Also