# C1.WPF.FlexGrid.RowWithDetails

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_RowWithDetails" data-uid="C1.WPF.FlexGrid.RowWithDetails" class="text-break">RowWithDetails Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row with 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">RowWithDetails</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_RowWithDetails_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RowWithDetails : BoundRow, IBoundRow</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RowWithDetails
    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_RowWithDetails__ctor_System_Object_" data-uid="C1.WPF.FlexGrid.RowWithDetails.#ctor(System.Object)">
          <a class="xref" href="C1.WPF.FlexGrid.RowWithDetails.-ctor.html#C1_WPF_FlexGrid_RowWithDetails__ctor_System_Object_">RowWithDetails(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.FlexGrid.RowWithDetails.html">RowWithDetails</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_RowWithDetails_DetailRow" data-uid="C1.WPF.FlexGrid.RowWithDetails.DetailRow">
          <a class="xref" href="C1.WPF.FlexGrid.RowWithDetails.DetailRow.html#C1_WPF_FlexGrid_RowWithDetails_DetailRow">DetailRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the reference to the child row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_RowWithDetails_HasChildren" data-uid="C1.WPF.FlexGrid.RowWithDetails.HasChildren">
          <a class="xref" href="C1.WPF.FlexGrid.RowWithDetails.HasChildren.html#C1_WPF_FlexGrid_RowWithDetails_HasChildren">HasChildren</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether this group row has child rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_RowWithDetails_IsAboveData" data-uid="C1.WPF.FlexGrid.RowWithDetails.IsAboveData">
          <a class="xref" href="C1.WPF.FlexGrid.RowWithDetails.IsAboveData.html#C1_WPF_FlexGrid_RowWithDetails_IsAboveData">IsAboveData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether this row should be displayed above child row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_RowWithDetails_IsCollapsed" data-uid="C1.WPF.FlexGrid.RowWithDetails.IsCollapsed">
          <a class="xref" href="C1.WPF.FlexGrid.RowWithDetails.IsCollapsed.html#C1_WPF_FlexGrid_RowWithDetails_IsCollapsed">IsCollapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether this <a class="xref" href="C1.WPF.FlexGrid.GroupRow.html">GroupRow</a>
is collapsed (child rows are hidden) or expanded (child rows are visible).</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_WPF_FlexGrid_RowWithDetails_GetCellRange" data-uid="C1.WPF.FlexGrid.RowWithDetails.GetCellRange">
          <a class="xref" href="C1.WPF.FlexGrid.RowWithDetails.GetCellRange.html#C1_WPF_FlexGrid_RowWithDetails_GetCellRange">GetCellRange()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.FlexGrid.CellRange.html">CellRange</a> object that contains both this and detail row and all columns.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
