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

In This Topic
    DataGridCheckBoxFilter Class
    In This Topic
    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
     
    
    <TemplatePartAttribute(Name="FilterCheckBox", Type=System.Windows.Controls.CheckBox)>
    Public Class DataGridCheckBoxFilter 
       Inherits System.Windows.Controls.Control
       Implements IDataGridFilter, IDataGridFilterUnity 
    [TemplatePart(Name="FilterCheckBox", Type=System.Windows.Controls.CheckBox)]
    public class DataGridCheckBoxFilter : System.Windows.Controls.Control, IDataGridFilter, IDataGridFilterUnity  
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.DataGrid.DataGridCheckBoxFilter

    See Also