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

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