# C1.Win.FlexGrid.DetailRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_DetailRow" data-uid="C1.Win.FlexGrid.DetailRow" class="text-break">DetailRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row that displays detail control.</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.FlexGrid.RowCol.html">RowCol</a></div>
    <div class="level2"><a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a></div>
    <div class="level3"><span class="xref">DetailRow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedlist">ITypedList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_DetailRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DetailRow : Row, ITypedList, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DetailRow
    Inherits Row
    Implements ITypedList, IDisposable</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_FlexGrid_DetailRow_Parent" data-uid="C1.Win.FlexGrid.DetailRow.Parent">
          <a class="xref" href="C1.Win.FlexGrid.DetailRow.Parent.html#C1_Win_FlexGrid_DetailRow_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent row with details.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexGrid_DetailRow_Dispose" data-uid="C1.Win.FlexGrid.DetailRow.Dispose">
          <a class="xref" href="C1.Win.FlexGrid.DetailRow.Dispose.html#C1_Win_FlexGrid_DetailRow_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_DetailRow_Dispose_System_Boolean_" data-uid="C1.Win.FlexGrid.DetailRow.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.FlexGrid.DetailRow.Dispose.html#C1_Win_FlexGrid_DetailRow_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases unmanaged and - optionally - managed resources.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
