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

In This Topic
    DataGridFilterListPanel Class
    In This Topic
    Custom panel used to display a list of filters.
    Object Model
    DataGridFilterListPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class DataGridFilterListPanel 
       Inherits System.Windows.Controls.Panel
    [ContentProperty("Children", true)]
    public class DataGridFilterListPanel : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   C1.Silverlight.DataGrid.Filters.DataGridFilterListPanel

    See Also