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

In This Topic
    Grid Property (GridPanel)
    In This Topic
    Gets the C1FlexGrid that owns this GridPanel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Grid As C1FlexGrid
    public C1FlexGrid Grid {get;}
    See Also