# C1.Win.TrueDBGrid.RowTypeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TrueDBGrid_RowTypeEnum" data-uid="C1.Win.TrueDBGrid.RowTypeEnum" class="text-break">RowTypeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Identifies the type of row.</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_RowTypeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RowTypeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RowTypeEnum</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_RowTypeEnum_ChildRow">ChildRow</td>
        <td><p>Row is a childrow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_RowTypeEnum_CollapsedGroupRow">CollapsedGroupRow</td>
        <td><p>Row is a collapsed group row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_RowTypeEnum_DataRow">DataRow</td>
        <td><p>Row is a datarow.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_RowTypeEnum_ExpandedGroupRow">ExpandedGroupRow</td>
        <td><p>Row is an expanded group row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_RowTypeEnum_FooterRow">FooterRow</td>
        <td><p>Row is a footerrow.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
