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

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

    See Also