ComponentOne DataGrid for WPF and Silverlight
C1.WPF.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
     
    
    Public MustInherit Class RecyclingPanel 
       Inherits System.Windows.Controls.Panel
    public abstract class RecyclingPanel : System.Windows.Controls.Panel 
    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
                            C1.WPF.DataGrid.DataGridColumnsHeaderPanel
                            C1.WPF.DataGrid.DataGridRowsHeaderPanel
                            C1.WPF.DataGrid.DataGridRowsPanel

    See Also