# C1.Win.FlexGrid.C1FlexGridBase.Tree

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_C1FlexGridBase_Tree_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.Tree*">Tree Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_C1FlexGridBase_Tree_" data-uid="C1.Win.FlexGrid.C1FlexGridBase.Tree*"></a>
<h4 id="C1_Win_FlexGrid_C1FlexGridBase_Tree" data-uid="C1.Win.FlexGrid.C1FlexGridBase.Tree">Tree</h4>
<div class="markdown level1 summary"><p>Gets a reference to the <a class="xref" href="C1.Win.FlexGrid.GridTree.html">GridTree</a> object that controls the appearance
of the outline tree in the grid.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public GridTree Tree { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Tree As GridTree</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_C1FlexGridBase_Tree_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.Win.FlexGrid.C1FlexGrid.html">C1FlexGrid</a> can group data hierarchically and display it with a 
collapsible tree similar to the one in the Microsoft TreeView control.
The <a class="xref" href="C1.Win.FlexGrid.GridTree.html">GridTree</a> object is used to specify the position and appearance 
of the outline tree.</p>
<p>For details on create outlines, see the <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 and
the <a class="xref" href="C1.Win.FlexGrid.Row.IsNode.html#C1_Win_FlexGrid_Row_IsNode">IsNode</a> property.</p>
</div>
</div>
