FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GridPanel Class
Members

In This Topic
    GridPanel Class
    In This Topic
    Represents a logical part of the grid, such as the column headers, row headers, and scrollable data part.
    Object Model
    GridPanel Class
    Syntax
    'Declaration
     
    Public Class GridPanel 
       Inherits System.Windows.Controls.Panel
    public class GridPanel : 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.FlexGrid.GridPanel

    See Also