PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / OutlineNode Class / Children Property

In This Topic
    Children Property (OutlineNode)
    In This Topic
    Gets the collection of child nodes of the current node. Note that accessing this property initializes the collection if it has not been initialized yet. To test whether there are child nodes without this side effect, use the OutlineNode.HasChildren property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As OutlineNodeCollection
    public OutlineNodeCollection Children {get;}
    See Also