# C1.Win.TrueDBGrid.GroupIntervalEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TrueDBGrid_GroupIntervalEnum" data-uid="C1.Win.TrueDBGrid.GroupIntervalEnum" class="text-break">GroupIntervalEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how rows are grouped.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TrueDBGrid.html">C1.Win.TrueDBGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TrueDBGrid.10.dll</h6>
  <h5 id="C1_Win_TrueDBGrid_GroupIntervalEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GroupIntervalEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GroupIntervalEnum</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_TrueDBGrid_GroupIntervalEnum_Alphabetical">Alphabetical</td>
        <td><p>Rows are grouped by the first character of their values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupIntervalEnum_Custom">Custom</td>
        <td><p>Rows are grouped by raising the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.GroupInterval.html">GroupInterval</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupIntervalEnum_Date">Date</td>
        <td><p>Rows are grouped by the date portion of their values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupIntervalEnum_DateSpan">DateSpan</td>
        <td><p>Rows are grouped according to their date values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupIntervalEnum_Default">Default</td>
        <td><p>Rows are grouped by their values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupIntervalEnum_Month">Month</td>
        <td><p>Rows are grouped by the month portion of their values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupIntervalEnum_Year">Year</td>
        <td><p>Rows are grouped by the year portion of their values.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
