ComponentOne DataGrid for WPF and Silverlight
DataGridCheckBoxFilter Class
Members 

C1.WPF.DataGrid Namespace : DataGridCheckBoxFilter Class
Visual element that display a checkbox to filter by its value. Represents the default filter control for checkbox columns.
Object Model
DataGridCheckBoxFilter Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="FilterCheckBox", Type=System.Windows.Controls.CheckBox)>
Public Class DataGridCheckBoxFilter 
   Inherits System.Windows.Controls.Control
   Implements IDataGridFilter, IDataGridFilterUnity 
[System.Windows.TemplatePart(Name="FilterCheckBox", Type=System.Windows.Controls.CheckBox)]
public class DataGridCheckBoxFilter : System.Windows.Controls.Control, IDataGridFilter, IDataGridFilterUnity  
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.DataGridCheckBoxFilter

See Also

Reference

DataGridCheckBoxFilter Members
C1.WPF.DataGrid Namespace