C1.WPF.PrintDocument.4.6.2 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 HasChildren property.
Syntax
'Declaration
 
Public ReadOnly Property Children As OutlineNodeCollection
 
See Also