# C1.Win.FlexGrid.SelectionModeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_SelectionModeEnum" data-uid="C1.Win.FlexGrid.SelectionModeEnum" class="text-break">SelectionModeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of selection provided by the grid.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_SelectionModeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SelectionModeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SelectionModeEnum</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_FlexGrid_SelectionModeEnum_Cell">Cell</td>
        <td><p>The user can select only a single cell at a time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SelectionModeEnum_CellRange">CellRange</td>
        <td><p>The user can select continuous blocks of cells using the keyboard and the mouse.
Clicking on header cells does not affect the selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SelectionModeEnum_CheckBox">CheckBox</td>
        <td><p>The user can select non-contiguous rows using checkboxes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SelectionModeEnum_Column">Column</td>
        <td><p>The user can select a single column at a time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SelectionModeEnum_ColumnRange">ColumnRange</td>
        <td><p>The user can select a range of contiguous columns at a time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SelectionModeEnum_Default">Default</td>
        <td><p>The user can select continuous blocks of cells using the keyboard and the mouse.
Clicking on header cells selects entire rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SelectionModeEnum_ListBox">ListBox</td>
        <td><p>The user can select non-contiguous rows using control-click.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SelectionModeEnum_MultiRange">MultiRange</td>
        <td><p>The user can select multiple continuous blocks of cells using the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SelectionModeEnum_Row">Row</td>
        <td><p>The user can select a single row at a time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SelectionModeEnum_RowRange">RowRange</td>
        <td><p>The user can select a range of contiguous rows at a time.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
