# C1.Win.TreeView.C1TreeColumn.IsTypedEditor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_TreeView_C1TreeColumn_IsTypedEditor_" data-uid="C1.Win.TreeView.C1TreeColumn.IsTypedEditor*">IsTypedEditor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_TreeView_C1TreeColumn_IsTypedEditor_" data-uid="C1.Win.TreeView.C1TreeColumn.IsTypedEditor*"></a>
<h4 id="C1_Win_TreeView_C1TreeColumn_IsTypedEditor" data-uid="C1.Win.TreeView.C1TreeColumn.IsTypedEditor">IsTypedEditor</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating the need to use a cell type to determine the type of the editor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsTypedEditor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property IsTypedEditor As Boolean</code></pre>
</div>
<h5 id="C1_Win_TreeView_C1TreeColumn_IsTypedEditor_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> - CheckBox;
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> - ColorPicker;
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> - DatePicker;</p>
</div>
</div>
