# C1.Win.FlexGrid.Row.Node

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_Row_Node_" data-uid="C1.Win.FlexGrid.Row.Node*">Node Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_Row_Node_" data-uid="C1.Win.FlexGrid.Row.Node*"></a>
<h4 id="C1_Win_FlexGrid_Row_Node" data-uid="C1.Win.FlexGrid.Row.Node">Node</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexGrid.Row.Node.html#C1_Win_FlexGrid_Row_Node">Node</a> object associated with 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 Node Node { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Node As Node</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_Row_Node_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If the row is a node (see the <a class="xref" href="C1.Win.FlexGrid.Row.IsNode.html#C1_Win_FlexGrid_Row_IsNode">IsNode</a> property), this property returns a 
<a class="xref" href="C1.Win.FlexGrid.Row.Node.html#C1_Win_FlexGrid_Row_Node">Node</a> object that can be used to collapse or expand the node, set its level within 
the outline tree, etc.</p>
<p>If the row is not a node, this property gets the row's parent node.</p>
</div>
</div>
