InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / GridRow Class / Grid Property

In This Topic
    Grid Property (GridRow)
    In This Topic
    Returns the reference to the owning GridPanel element.
    Syntax
    'Declaration
     
    Public ReadOnly Property Grid As GridPanel
    public GridPanel Grid {get;}
    See Also