# C1.Win.TrueDBGrid.GroupRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TrueDBGrid_GroupRow" data-uid="C1.Win.TrueDBGrid.GroupRow" class="text-break">GroupRow Class
</h1>
  <div class="markdown level0 summary"><p>Object that represents a groupby split.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.TrueDBGrid.BaseGrid.ViewRow.html">ViewRow</a></div>
    <div class="level2"><span class="xref">GroupRow</span></div>
  </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_GroupRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GroupRow : ViewRow</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GroupRow
    Inherits ViewRow</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupRow_Count" data-uid="C1.Win.TrueDBGrid.GroupRow.Count">
          <a class="xref" href="C1.Win.TrueDBGrid.GroupRow.Count.html#C1_Win_TrueDBGrid_GroupRow_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows that belong to this group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupRow_EndIndex" data-uid="C1.Win.TrueDBGrid.GroupRow.EndIndex">
          <a class="xref" href="C1.Win.TrueDBGrid.GroupRow.EndIndex.html#C1_Win_TrueDBGrid_GroupRow_EndIndex">EndIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ending row index of the datasource that belong to this group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupRow_GroupedText" data-uid="C1.Win.TrueDBGrid.GroupRow.GroupedText">
          <a class="xref" href="C1.Win.TrueDBGrid.GroupRow.GroupedText.html#C1_Win_TrueDBGrid_GroupRow_GroupedText">GroupedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text that is being grouped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupRow_Level" data-uid="C1.Win.TrueDBGrid.GroupRow.Level">
          <a class="xref" href="C1.Win.TrueDBGrid.GroupRow.Level.html#C1_Win_TrueDBGrid_GroupRow_Level">Level</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the level of the grouping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupRow_RowType" data-uid="C1.Win.TrueDBGrid.GroupRow.RowType">
          <a class="xref" href="C1.Win.TrueDBGrid.GroupRow.RowType.html#C1_Win_TrueDBGrid_GroupRow_RowType">RowType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GroupRow_StartIndex" data-uid="C1.Win.TrueDBGrid.GroupRow.StartIndex">
          <a class="xref" href="C1.Win.TrueDBGrid.GroupRow.StartIndex.html#C1_Win_TrueDBGrid_GroupRow_StartIndex">StartIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the starting row index of the datasource that belong to this group.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
