# C1.Win.FlexGrid.Node.Level

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_Node_Level_" data-uid="C1.Win.FlexGrid.Node.Level*">Level Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_Node_Level_" data-uid="C1.Win.FlexGrid.Node.Level*"></a>
<h4 id="C1_Win_FlexGrid_Node_Level" data-uid="C1.Win.FlexGrid.Node.Level">Level</h4>
<div class="markdown level1 summary"><p>Gets or sets the outline level for this node.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Level { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Level As Integer</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_Node_Level_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Higher levels mean deeper nesting. Set the level to zero to create root nodes,
or set the level to negative values to create nodes that do not appear on the outline tree.</p>
</div>
</div>
