# C1.Win.TreeView.C1TreeViewEditorType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TreeView_C1TreeViewEditorType" data-uid="C1.Win.TreeView.C1TreeViewEditorType" class="text-break">C1TreeViewEditorType Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the appearance of cells in <a class="xref" href="C1.Win.TreeView.C1TreeView.html">C1TreeView</a> before editing.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TreeView.html">C1.Win.TreeView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TreeView.10.dll</h6>
  <h5 id="C1_Win_TreeView_C1TreeViewEditorType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1TreeViewEditorType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1TreeViewEditorType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_TreeView_C1TreeViewEditorType_CheckBox">CheckBox</td>
        <td><p>Like a CheckBox</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1TreeViewEditorType_ColorPicker">ColorPicker</td>
        <td><p>Like a C1ColorPicker</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1TreeViewEditorType_ComboBox">ComboBox</td>
        <td><p>Like a ComboBox</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1TreeViewEditorType_DatePicker">DatePicker</td>
        <td><p>Like a DatePicker</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1TreeViewEditorType_NumericEdit">NumericEdit</td>
        <td><p>Like a C1NumericEdit</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1TreeViewEditorType_Text">Text</td>
        <td><p>Like a TextBox</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
