# C1.WPF.FlexGrid.DetailRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_DetailRow" data-uid="C1.WPF.FlexGrid.DetailRow" class="text-break">DetailRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row that displays row details.</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.WPF.FlexGrid.RowCol.html">RowCol</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.FlexGrid.Row.html">Row</a></div>
    <div class="level3"><a class="xref" href="C1.WPF.FlexGrid.BoundRow.html">BoundRow</a></div>
    <div class="level4"><span class="xref">DetailRow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.WPF.FlexGrid.IBoundRow.html">IBoundRow</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_DetailRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DetailRow : BoundRow, IBoundRow</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DetailRow
    Inherits BoundRow
    Implements IBoundRow</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_FlexGrid_DetailRow__ctor_System_Object_C1_WPF_FlexGrid_RowWithDetails_" data-uid="C1.WPF.FlexGrid.DetailRow.#ctor(System.Object,C1.WPF.FlexGrid.RowWithDetails)">
          <a class="xref" href="C1.WPF.FlexGrid.DetailRow.-ctor.html#C1_WPF_FlexGrid_DetailRow__ctor_System_Object_C1_WPF_FlexGrid_RowWithDetails_">DetailRow(object, RowWithDetails)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.FlexGrid.DetailRow.html">DetailRow</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_WPF_FlexGrid_DetailRow_Parent" data-uid="C1.WPF.FlexGrid.DetailRow.Parent">
          <a class="xref" href="C1.WPF.FlexGrid.DetailRow.Parent.html#C1_WPF_FlexGrid_DetailRow_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Returns reference to the parent row.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
