ComponentOne FlexReport for WinForms
Children Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > OutlineNode Class : Children Property
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 HasChildren property.
Syntax
'Declaration
 
Public ReadOnly Property Children As OutlineNodeCollection
public OutlineNodeCollection Children {get;}
See Also

Reference

OutlineNode Class
OutlineNode Members