ComponentOne DataGrid for WPF and Silverlight
C1.WPF.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
     
    
    Public Class DataGridRowsPanel 
       Inherits RecyclingPanel
    public class DataGridRowsPanel : RecyclingPanel 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Panel
                         C1.WPF.DataGrid.RecyclingPanel
                            C1.WPF.DataGrid.DataGridRowsPanel

    See Also