# C1.Win.FlexGrid.DragModeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_DragModeEnum" data-uid="C1.Win.FlexGrid.DragModeEnum" class="text-break">DragModeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the behavior of the control as an OLE drag-drop source.</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_DragModeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DragModeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DragModeEnum</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_DragModeEnum_Automatic">Automatic</td>
        <td><p>The control provides automatic dragging of data. If the mouse hovers near the edges of the selected range,
the cursor will change and allow the user to move or copy data (pressing the CTRL key to copy).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_DragModeEnum_AutomaticCopy">AutomaticCopy</td>
        <td><p>Same as Automatic, except the data is always copied (never moved).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_DragModeEnum_AutomaticMove">AutomaticMove</td>
        <td><p>Same as Automatic, except the data is always moved (never copied).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_DragModeEnum_Manual">Manual</td>
        <td><p>The control does not provide any drag support. The caller can still initiate drag-drop operations
using the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dodragdrop#system-windows-forms-control-dodragdrop(system-object-system-windows-forms-dragdropeffects)">DoDragDrop(object, DragDropEffects)</a> method.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
