# C1.Win.FlexGrid.NodeMoveEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_NodeMoveEnum" data-uid="C1.Win.FlexGrid.NodeMoveEnum" class="text-break">NodeMoveEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the destination of nodes when they are moved with the <a class="xref" href="C1.Win.FlexGrid.Node.Move.html#C1_Win_FlexGrid_Node_Move_C1_Win_FlexGrid_NodeMoveEnum_C1_Win_FlexGrid_Node_">Move(NodeMoveEnum, Node)</a> method.</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_NodeMoveEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum NodeMoveEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum NodeMoveEnum</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_NodeMoveEnum_ChildOf">ChildOf</td>
        <td><p>Make the node a child of the specified node.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_NodeMoveEnum_Down">Down</td>
        <td><p>Move the node to the position after its next sibling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_NodeMoveEnum_First">First</td>
        <td><p>Move the node to the position before its first sibling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_NodeMoveEnum_In">In</td>
        <td><p>Move the node one level in, deeper into the outline.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_NodeMoveEnum_Last">Last</td>
        <td><p>Move the node to the position after its last sibling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_NodeMoveEnum_Out">Out</td>
        <td><p>Move the node one level out, towards the root.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_NodeMoveEnum_Up">Up</td>
        <td><p>Move the node to the position before its previous sibling.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
