ComponentOne DataGrid for WPF and Silverlight
DataGridFilter Class
Members 

C1.WPF.DataGrid Namespace : DataGridFilter Class
Represents the Control that hosts the filters for the C1DataGrid.
Object Model
DataGridFilter Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="InnerControlContainer", Type=System.Windows.Controls.ContentControl)>
<System.Windows.TemplatePartAttribute(Name="FilterButton", Type=System.Windows.Controls.Button)>
<System.Windows.TemplatePartAttribute(Name="ClearButton", Type=System.Windows.Controls.Button)>
Public Class DataGridFilter 
   Inherits System.Windows.Controls.Control
   Implements IDataGridFilter 
[System.Windows.TemplatePart(Name="InnerControlContainer", Type=System.Windows.Controls.ContentControl)]
[System.Windows.TemplatePart(Name="FilterButton", Type=System.Windows.Controls.Button)]
[System.Windows.TemplatePart(Name="ClearButton", Type=System.Windows.Controls.Button)]
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

Reference

DataGridFilter Members
C1.WPF.DataGrid Namespace