# C1.WPF.FlexGrid.SelectionMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_SelectionMode" data-uid="C1.WPF.FlexGrid.SelectionMode" class="text-break">SelectionMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies constants that define the selection behavior.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_SelectionMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SelectionMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SelectionMode</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_WPF_FlexGrid_SelectionMode_Cell">Cell</td>
        <td><p>Selection corresponds to a single cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SelectionMode_CellRange">CellRange</td>
        <td><p>Selection corresponds to a cell range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SelectionMode_Column">Column</td>
        <td><p>Selection corresponds to a single column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SelectionMode_ColumnRange">ColumnRange</td>
        <td><p>Selection corresponds to a set of contiguous columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SelectionMode_ListBox">ListBox</td>
        <td><p>Selection corresponds to an arbitrary set of rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SelectionMode_Row">Row</td>
        <td><p>Selection corresponds to a single row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_SelectionMode_RowRange">RowRange</td>
        <td><p>Selection corresponds to a set of contiguous rows.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
