[]
        
(Showing Draft Content)

C1.WPF.Document.OutlineNode.Children

Children Property

Children

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.

Declaration
public OutlineNodeCollection Children { get; }