ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TreeRow Class / Rows Property

In This Topic
    Rows Property (TreeRow)
    In This Topic
    Gets the collection of child rows for this TreeRow.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As TreeRowCollection
    public TreeRowCollection Rows {get;}
    See Also