# C1.WPF.Grid.GridDetailRow-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridDetailRow_1" data-uid="C1.WPF.Grid.GridDetailRow`1" class="text-break">GridDetailRow&lt;TItem&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Row that shows the details of the previous row.</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.Grid.GridRowCol.html">GridRowCol</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Grid.GridRow.html">GridRow</a></div>
    <div class="level3"><span class="xref">GridDetailRow&lt;TItem&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanging">INotifyPropertyChanging</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridDetailRow_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridDetailRow&lt;TItem&gt; : GridRow, INotifyPropertyChanging, INotifyPropertyChanged where TItem : class</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridDetailRow(Of TItem As Class)
    Inherits GridRow
    Implements INotifyPropertyChanging, INotifyPropertyChanged</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TItem</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Grid_GridDetailRow_1__ctor_C1_WPF_Grid_FlexGridDetailProvider__0__C1_WPF_Grid_GridRow_" data-uid="C1.WPF.Grid.GridDetailRow`1.#ctor(C1.WPF.Grid.FlexGridDetailProvider{`0},C1.WPF.Grid.GridRow)">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.-ctor.html#C1_WPF_Grid_GridDetailRow_1__ctor_C1_WPF_Grid_FlexGridDetailProvider__0__C1_WPF_Grid_GridRow_">GridDetailRow(FlexGridDetailProvider&lt;TItem&gt;, GridRow)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.html">GridDetailRow&lt;TItem&gt;</a> class.</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_Grid_GridDetailRow_1_DataItem" data-uid="C1.WPF.Grid.GridDetailRow`1.DataItem">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.DataItem.html#C1_WPF_Grid_GridDetailRow_1_DataItem">DataItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDetailRow_1_DataSource" data-uid="C1.WPF.Grid.GridDetailRow`1.DataSource">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.DataSource.html#C1_WPF_Grid_GridDetailRow_1_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDetailRow_1_IsLoaded" data-uid="C1.WPF.Grid.GridDetailRow`1.IsLoaded">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.IsLoaded.html#C1_WPF_Grid_GridDetailRow_1_IsLoaded">IsLoaded</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the details are loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDetailRow_1_ParentRow" data-uid="C1.WPF.Grid.GridDetailRow`1.ParentRow">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.ParentRow.html#C1_WPF_Grid_GridDetailRow_1_ParentRow">ParentRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent row.</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_Grid_GridDetailRow_1_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridDetailRow`1.BindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.BindCellContent.html#C1_WPF_Grid_GridDetailRow_1_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">BindCellContent(FrameworkElement, GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDetailRow_1_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_" data-uid="C1.WPF.Grid.GridDetailRow`1.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.CreateCellContent.html#C1_WPF_Grid_GridDetailRow_1_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_">CreateCellContent(GridCellType, GridColumn, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDetailRow_1_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridDetailRow`1.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.GetCellContentType.html#C1_WPF_Grid_GridDetailRow_1_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">GetCellContentType(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDetailRow_1_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridDetailRow`1.GetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.GetCellValue.html#C1_WPF_Grid_GridDetailRow_1_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">GetCellValue(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value corresponding to the cell in the intersection of the specified column and this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDetailRow_1_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridDetailRow`1.GetMergedRange(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridDetailRow-1.GetMergedRange.html#C1_WPF_Grid_GridDetailRow_1_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridColumn_">GetMergedRange(GridCellType, GridCellRange, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.Grid.GridCellRange.html">GridCellRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.WPF.Grid.GridRow.html">GridRow</a></div>
  </div>

</div>
