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

In This Topic
    DataGridRowsPanel Class
    In This Topic
    Main Panel of the data grid which contains the rows and details.
    Object Model
    DataGridRowsPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class DataGridRowsPanel 
       Inherits RecyclingPanel
    [ContentProperty("Children", true)]
    public class DataGridRowsPanel : 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.DataGridRowsPanel

    See Also