ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.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
     
    
    <TemplatePartAttribute(Name="FilterButton", Type=System.Windows.Controls.Button)>
    Public Class DataGridFilter 
       Inherits System.Windows.Controls.Control
       Implements IDataGridFilter 
    [TemplatePart(Name="FilterButton", Type=System.Windows.Controls.Button)]
    public class DataGridFilter : System.Windows.Controls.Control, IDataGridFilter  
    Inheritance Hierarchy

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

    See Also