# C1.WPF.Grid.GridSelectionMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridSelectionMode" data-uid="C1.WPF.Grid.GridSelectionMode" class="text-break">GridSelectionMode 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.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridSelectionMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GridSelectionMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GridSelectionMode</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_Grid_GridSelectionMode_Cell">Cell</td>
        <td><p>Selection corresponds to a single cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSelectionMode_CellRange">CellRange</td>
        <td><p>Selection corresponds to a cell range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSelectionMode_Column">Column</td>
        <td><p>Selection corresponds to a single column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSelectionMode_ColumnRange">ColumnRange</td>
        <td><p>Selection corresponds to a set of contiguous columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSelectionMode_ListBox">ListBox</td>
        <td><p>The user can select non-contiguous rows by ctrl+clicking.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSelectionMode_MultiColumns">MultiColumns</td>
        <td><p>The user can select non-contiguous columns by ctrl+clicking.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSelectionMode_MultiRange">MultiRange</td>
        <td><p>Selection can be a collection of ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSelectionMode_None">None</td>
        <td><p>Selection is not available.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSelectionMode_Row">Row</td>
        <td><p>Selection corresponds to a single row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSelectionMode_RowRange">RowRange</td>
        <td><p>Selection corresponds to a set of contiguous rows.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
