# C1.Web.Mvc.Grid.GroupSummaryPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Grid_GroupSummaryPosition" data-uid="C1.Web.Mvc.Grid.GroupSummaryPosition" class="text-break">GroupSummaryPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the positions of GroupSummary row.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Grid.html">C1.Web.Mvc.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Grid_GroupSummaryPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GroupSummaryPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GroupSummaryPosition</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_Web_Mvc_Grid_GroupSummaryPosition_Auto">Auto</td>
        <td><p>Group Summary Row is displayed at the bottom of the group when Group is in expanded State, but when Group is collapsed, Group summary is displayed at top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_GroupSummaryPosition_Bottom">Bottom</td>
        <td><p>Group Summary Row is always displayed at the bottom of the group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Grid_GroupSummaryPosition_Top">Top</td>
        <td><p>Group Summary Row is displayed at Top.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
