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

In This Topic
    Parent Property (OutlineNode)
    In This Topic
    Gets the OutlineNode which is the parent of the current node.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As OutlineNode
    public OutlineNode Parent {get;}
    See Also