# C1.Win.Layout.DragType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Layout_DragType" data-uid="C1.Win.Layout.DragType" class="text-break">DragType Enum
</h1>
  <div class="markdown level0 summary"><p>Type of ItemContainer instance modifying.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Layout.html">C1.Win.Layout</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DashboardLayout.10.dll</h6>
  <h5 id="C1_Win_Layout_DragType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DragType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DragType</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_Layout_DragType_Drag">Drag</td>
        <td><p>Drag container</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DragType_None">None</td>
        <td><p>Do nothing</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DragType_ResizeBottom">ResizeBottom</td>
        <td><p>Resize container down</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DragType_ResizeLeft">ResizeLeft</td>
        <td><p>Resize container to the left</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DragType_ResizeRight">ResizeRight</td>
        <td><p>Resize container to the right</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_DragType_ResizeTop">ResizeTop</td>
        <td><p>Resize container up</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
