# C1.Maui.Core.C1SelectionMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Maui_Core_C1SelectionMode" data-uid="C1.Maui.Core.C1SelectionMode" class="text-break">C1SelectionMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the selection behavior for a control which supports the SelectionMode
property like C1treeView.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_C1SelectionMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1SelectionMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1SelectionMode</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_Maui_Core_C1SelectionMode_Extended">Extended</td>
        <td><p>The user can select multiple consecutive items while holding down the corresponding modifier key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1SelectionMode_Multiple">Multiple</td>
        <td><p>The user can select multiple items without holding down a modifier key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1SelectionMode_None">None</td>
        <td><p>The user can not select any item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1SelectionMode_Single">Single</td>
        <td><p>The user can select only one item at a time.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
