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

In This Topic
    DataGridRowsHeaderPanel Class
    In This Topic
    Panel that contains DataGridRowsHeaderPanel.
    Object Model
    DataGridRowsHeaderPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class DataGridRowsHeaderPanel 
       Inherits RecyclingPanel
    [ContentProperty("Children", true)]
    public class DataGridRowsHeaderPanel : 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.DataGridRowsHeaderPanel

    See Also