# C1.Win.TreeView.C1TreeViewSelectionMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TreeView_C1TreeViewSelectionMode" data-uid="C1.Win.TreeView.C1TreeViewSelectionMode" class="text-break">C1TreeViewSelectionMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the selection behavior for a <a class="xref" href="C1.Win.TreeView.C1TreeView.html">C1TreeView</a>.</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_C1TreeViewSelectionMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1TreeViewSelectionMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1TreeViewSelectionMode</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_C1TreeViewSelectionMode_Multi">Multi</td>
        <td><p>You can select multiple nodes from all nodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1TreeViewSelectionMode_MultiSibling">MultiSibling</td>
        <td><p>You can select multiple only sibling nodes with the same parent node.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1TreeViewSelectionMode_None">None</td>
        <td><p>Any node can not be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1TreeViewSelectionMode_Single">Single</td>
        <td><p>Only one node can be selected.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
