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

In This Topic
    DataGridColumnsHeaderPanel Class
    In This Topic
    Panel that contains a collection of DataGridColumnsHeaderPanel.
    Object Model
    DataGridColumnsHeaderPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class DataGridColumnsHeaderPanel 
       Inherits RecyclingPanel
    [ContentProperty("Children", true)]
    public class DataGridColumnsHeaderPanel : RecyclingPanel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   C1.Silverlight.DataGrid.RecyclingPanel
                      C1.Silverlight.DataGrid.DataGridColumnsHeaderPanel

    See Also