FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridFilterCell Class
Members

In This Topic
    GridFilterCell Class
    In This Topic
    Visual element displayed in the filter row to allow the user to enter text as well as giving more options to filter.
    Object Model
    GridFilterCell Class
    Syntax
    'Declaration
     
    Public Class GridFilterCell 
       Inherits C1.WPF.Core.C1View
    public class GridFilterCell : C1.WPF.Core.C1View 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Core.C1View
                            C1.WPF.Grid.GridFilterCell

    See Also