# C1.WPF.Grid.GridSkeletonLoadingCellFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridSkeletonLoadingCellFactory" data-uid="C1.WPF.Grid.GridSkeletonLoadingCellFactory" class="text-break">GridSkeletonLoadingCellFactory Class
</h1>
  <div class="markdown level0 summary"><p>This cell-factory shows a skeleton-loading element in the cells whose row's data-item is null.</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.GridCellFactory.html">GridCellFactory</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.html">GridLinkedCellFactory</a></div>
    <div class="level3"><span class="xref">GridSkeletonLoadingCellFactory</span></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_GridSkeletonLoadingCellFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridSkeletonLoadingCellFactory : GridLinkedCellFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridSkeletonLoadingCellFactory
    Inherits GridLinkedCellFactory</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_GridSkeletonLoadingCellFactory__ctor" data-uid="C1.WPF.Grid.GridSkeletonLoadingCellFactory.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCellFactory.-ctor.html#C1_WPF_Grid_GridSkeletonLoadingCellFactory__ctor">GridSkeletonLoadingCellFactory()</a>
        </td>
        <td class="markdown level1 summary"></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_GridSkeletonLoadingCellFactory_AllowCustomCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridSkeletonLoadingCellFactory.AllowCustomCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCellFactory.AllowCustomCell.html#C1_WPF_Grid_GridSkeletonLoadingCellFactory_AllowCustomCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">AllowCustomCell(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether custom cells are allowed for the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSkeletonLoadingCellFactory_BindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridSkeletonLoadingCellFactory.BindCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCellFactory.BindCellContent.html#C1_WPF_Grid_GridSkeletonLoadingCellFactory_BindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_">BindCellContent(GridCellType, GridCellRange, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSkeletonLoadingCellFactory_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_" data-uid="C1.WPF.Grid.GridSkeletonLoadingCellFactory.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCellFactory.CreateCellContent.html#C1_WPF_Grid_GridSkeletonLoadingCellFactory_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">CreateCellContent(GridCellType, GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSkeletonLoadingCellFactory_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridSkeletonLoadingCellFactory.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCellFactory.GetCellContentType.html#C1_WPF_Grid_GridSkeletonLoadingCellFactory_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellContentType(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a key that defines the type of cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSkeletonLoadingCellFactory_UnbindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridSkeletonLoadingCellFactory.UnbindCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCellFactory.UnbindCellContent.html#C1_WPF_Grid_GridSkeletonLoadingCellFactory_UnbindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_">UnbindCellContent(GridCellType, GridCellRange, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the content of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
