# GrapeCity.Wpf.SpreadSheet.DragDropMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_DragDropMode" data-uid="GrapeCity.Wpf.SpreadSheet.DragDropMode" class="text-break">DragDropMode Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates which user can drag and drop.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_DragDropMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum DragDropMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum DragDropMode</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="GrapeCity_Wpf_SpreadSheet_DragDropMode_All">All</td>
        <td><p>Allow user to drag and drop any range of cells, column(s) and row(s).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_DragDropMode_Column">Column</td>
        <td><p>Allow user to drag and drop column(s).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_DragDropMode_None">None</td>
        <td><p>Not allow user to drag and drop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_DragDropMode_Range">Range</td>
        <td><p>Allow user to drag and drop a range of cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_DragDropMode_Row">Row</td>
        <td><p>Allow user to drag and drop row(s).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
