# C1.WPF.FlexGrid.NewRowPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_NewRowPosition" data-uid="C1.WPF.FlexGrid.NewRowPosition" class="text-break">NewRowPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies where the new row template should be displayed when the
<a class="xref" href="C1.WPF.FlexGrid.C1FlexGrid.AllowAddNew.html#C1_WPF_FlexGrid_C1FlexGrid_AllowAddNew">AllowAddNew</a> property is set to true and the grid is
bound to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ieditablecollectionview">IEditableCollectionView</a> that supports adding new items.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_NewRowPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum NewRowPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum NewRowPosition</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_FlexGrid_NewRowPosition_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_FlexGrid_NewRowPosition_Top">Top</td>
        <td><p>The new row template is displayed at the top of the grid.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
