# C1.WPF.Grid.GridIncrementalLoadingRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridIncrementalLoadingRow" data-uid="C1.WPF.Grid.GridIncrementalLoadingRow" class="text-break">GridIncrementalLoadingRow Class
</h1>
  <div class="markdown level0 summary"><p>This row is displayed at the bottom of the grid and is used to bring more items when the inner collection view support <span class="xref">C1.DataCollection.ISupportIncrementalLoading</span>.</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">GridIncrementalLoadingRow</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_GridIncrementalLoadingRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridIncrementalLoadingRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridIncrementalLoadingRow
    Inherits GridRow
    Implements INotifyPropertyChanging, INotifyPropertyChanged</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_Grid_GridIncrementalLoadingRow__ctor" data-uid="C1.WPF.Grid.GridIncrementalLoadingRow.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridIncrementalLoadingRow.-ctor.html#C1_WPF_Grid_GridIncrementalLoadingRow__ctor">GridIncrementalLoadingRow()</a>
        </td>
        <td class="markdown level1 summary"></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_GridIncrementalLoadingRow_IsLoading" data-uid="C1.WPF.Grid.GridIncrementalLoadingRow.IsLoading">
          <a class="xref" href="C1.WPF.Grid.GridIncrementalLoadingRow.IsLoading.html#C1_WPF_Grid_GridIncrementalLoadingRow_IsLoading">IsLoading</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the loading activity indicator is displayed.</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_GridIncrementalLoadingRow_BindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridIncrementalLoadingRow.BindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridIncrementalLoadingRow.BindCellContent.html#C1_WPF_Grid_GridIncrementalLoadingRow_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 for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridIncrementalLoadingRow_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_System_Object_" data-uid="C1.WPF.Grid.GridIncrementalLoadingRow.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridIncrementalLoadingRow.CreateCellContent.html#C1_WPF_Grid_GridIncrementalLoadingRow_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 for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridIncrementalLoadingRow_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridIncrementalLoadingRow.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridIncrementalLoadingRow.GetCellContentType.html#C1_WPF_Grid_GridIncrementalLoadingRow_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_GridIncrementalLoadingRow_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridIncrementalLoadingRow.GetMergedRange(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridIncrementalLoadingRow.GetMergedRange.html#C1_WPF_Grid_GridIncrementalLoadingRow_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>
      <tr>
        <td id="C1_WPF_Grid_GridIncrementalLoadingRow_UnbindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.GridIncrementalLoadingRow.UnbindCellContent(System.Windows.FrameworkElement,C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.GridIncrementalLoadingRow.UnbindCellContent.html#C1_WPF_Grid_GridIncrementalLoadingRow_UnbindCellContent_System_Windows_FrameworkElement_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridColumn_">UnbindCellContent(FrameworkElement, GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the content of the cell for the specified column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
