# C1.WPF.Grid.GridRow.Children

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Grid_GridRow_Children_" data-uid="C1.WPF.Grid.GridRow.Children*">Children Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Grid_GridRow_Children_" data-uid="C1.WPF.Grid.GridRow.Children*"></a>
<h4 id="C1_WPF_Grid_GridRow_Children" data-uid="C1.WPF.Grid.GridRow.Children">Children</h4>
<div class="markdown level1 summary"><p>Gets the children of this row.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IEnumerable&lt;GridRow&gt; Children { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Children As IEnumerable(Of GridRow)</code></pre>
</div>
<h5 id="C1_WPF_Grid_GridRow_Children_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>For unbound scenarios, use <a class="xref" href="C1.WPF.Grid.GridRow.Level.html#C1_WPF_Grid_GridRow_Level">Level</a> property to define the relationship between rows.</p>
</div>
</div>
