Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutlineNode Class / TopParent Property

In This Topic
    TopParent Property (OutlineNode)
    In This Topic
    Gets the OutlineNode that is the root of the current node tree.
    Syntax
    'Declaration
     
    Public ReadOnly Property TopParent As OutlineNode
    public OutlineNode TopParent {get;}
    See Also