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

In This Topic
    DataGridCellsPanel Class
    In This Topic
    Panel which contains the cells.
    Object Model
    DataGridCellsPanel Class
    Syntax
    'Declaration
     
    
    Public Class DataGridCellsPanel 
       Inherits RecyclingPanel
    public class DataGridCellsPanel : 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.DataGridCellsPanel

    See Also