ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeRowCollection Class / ParentRow Property

In This Topic
    ParentRow Property (TreeRowCollection)
    In This Topic
    Gets the parent tree row of this collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentRow As TreeRow
    public TreeRow ParentRow {get;}
    See Also