# C1.C1Preview.OutlineNode.Children

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_OutlineNode_Children_" data-uid="C1.C1Preview.OutlineNode.Children*">Children Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_OutlineNode_Children_" data-uid="C1.C1Preview.OutlineNode.Children*"></a>
<h4 id="C1_C1Preview_OutlineNode_Children" data-uid="C1.C1Preview.OutlineNode.Children">Children</h4>
<div class="markdown level1 summary"><p>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 <a class="xref" href="C1.C1Preview.OutlineNode.HasChildren.html#C1_C1Preview_OutlineNode_HasChildren">HasChildren</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public OutlineNodeCollection Children { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Children As OutlineNodeCollection</code></pre>
</div>
</div>
