InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / GridRowCollection Class / Grid Property

In This Topic
    Grid Property (GridRowCollection)
    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