ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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 Windows.UI.Xaml.Controls.Panel
    public class GridPanel : Windows.UI.Xaml.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Panel
                   C1.Xaml.FlexGrid.GridPanel

    See Also