# C1.Win.FlexGrid.Row.IsNode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_Row_IsNode_" data-uid="C1.Win.FlexGrid.Row.IsNode*">IsNode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_Row_IsNode_" data-uid="C1.Win.FlexGrid.Row.IsNode*"></a>
<h4 id="C1_Win_FlexGrid_Row_IsNode" data-uid="C1.Win.FlexGrid.Row.IsNode">IsNode</h4>
<div class="markdown level1 summary"><p>Gets or sets whether this row is a node row in an outline.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsNode { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property IsNode As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_Row_IsNode_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property determines whether the row behaves as a node in an outline tree.</p>
<p>You can use <a class="xref" href="C1.Win.FlexGrid.Row.IsNode.html#C1_Win_FlexGrid_Row_IsNode">IsNode</a> to create custom outline trees, or use the grid's 
<span class="xref">C1.Win.FlexGrid.C1FlexGridBase.Subtotal(C1.Win.FlexGrid.AggregateEnum,System.Int32,System.Int32,System.Int32,System.Int32,System.String,C1.Win.FlexGrid.AggregateFlags,C1.Win.FlexGrid.RowColFlags)</span> method to create outline trees automatically.</p>
</div>
</div>
