ComponentOne SuperTooltip for WinForms
C1.Win.8 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