ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridFilter Class
Members

In This Topic
    DataGridFilter Class
    In This Topic
    Represents the Control that hosts the filters for the C1DataGrid.
    Object Model
    DataGridFilter Class
    Syntax
    'Declaration
     
    
    Public Class DataGridFilter 
       Inherits System.Windows.Controls.Control
       Implements IDataGridFilter 
    public class DataGridFilter : System.Windows.Controls.Control, IDataGridFilter  
    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.DataGrid.DataGridFilter

    See Also