# C1.WPF.Grid.GridNewRowPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridNewRowPosition" data-uid="C1.WPF.Grid.GridNewRowPosition" class="text-break">GridNewRowPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies where the new row template should be displayed when the grid is
bound to a <span class="xref">C1.DataCollection.IDataCollection&lt;&gt;</span> that supports adding new items.</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_GridNewRowPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GridNewRowPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GridNewRowPosition</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_GridNewRowPosition_Bottom">Bottom</td>
        <td><p>The new row template is displayed at the bottom of the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNewRowPosition_None">None</td>
        <td><p>Do not show new row template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridNewRowPosition_Top">Top</td>
        <td><p>The new row template is displayed at the top of the grid.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
