ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / RowCol Class / GridPanel Property

In This Topic
    GridPanel Property (RowCol)
    In This Topic
    Gets the GridPanel control that owns this object.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property GridPanel As GridPanel
    public abstract GridPanel GridPanel {get;}
    See Also