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

In This Topic
    RecyclingPanel Class
    In This Topic
    Base panel which manages the recycling life of its items.
    Object Model
    RecyclingPanel Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public MustInherit Class RecyclingPanel 
       Inherits System.Windows.Controls.Panel
    [ContentProperty("Children", true)]
    public abstract class RecyclingPanel : System.Windows.Controls.Panel 
    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
                      C1.Silverlight.DataGrid.DataGridColumnsHeaderPanel
                      C1.Silverlight.DataGrid.DataGridRowsHeaderPanel
                      C1.Silverlight.DataGrid.DataGridRowsPanel

    See Also