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

In This Topic
    DataGridContentFilter Class
    In This Topic
    Content control that displays a filter unity (which can be a list of filters) as well as the buttons Filter and Clear.
    Object Model
    DataGridContentFilter Class
    Syntax
    'Declaration
     
    
    Public Class DataGridContentFilter 
       Inherits System.Windows.Controls.ContentControl
       Implements C1.WPF.DataGrid.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
                         System.Windows.Controls.ContentControl
                            C1.WPF.DataGrid.Filters.DataGridContentFilter

    See Also