# C1.Blazor.Grid.GridSkeletonLoadingCellFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Grid_GridSkeletonLoadingCellFactory" data-uid="C1.Blazor.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.Blazor.Grid.GridCellFactory.html">GridCellFactory</a></div>
    <div class="level2"><a class="xref" href="C1.Blazor.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.Blazor.Grid.html">C1.Blazor.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Grid.dll</h6>
  <h5 id="C1_Blazor_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_Blazor_Grid_GridSkeletonLoadingCellFactory__ctor" data-uid="C1.Blazor.Grid.GridSkeletonLoadingCellFactory.#ctor">
          <a class="xref" href="C1.Blazor.Grid.GridSkeletonLoadingCellFactory.-ctor.html#C1_Blazor_Grid_GridSkeletonLoadingCellFactory__ctor">GridSkeletonLoadingCellFactory()</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_Blazor_Grid_GridSkeletonLoadingCellFactory_SkeletonRenderFragment" data-uid="C1.Blazor.Grid.GridSkeletonLoadingCellFactory.SkeletonRenderFragment">
          <a class="xref" href="C1.Blazor.Grid.GridSkeletonLoadingCellFactory.SkeletonRenderFragment.html#C1_Blazor_Grid_GridSkeletonLoadingCellFactory_SkeletonRenderFragment">SkeletonRenderFragment</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the skeleton loading content.</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_Blazor_Grid_GridSkeletonLoadingCellFactory_GetCellContentRenderFragment_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_" data-uid="C1.Blazor.Grid.GridSkeletonLoadingCellFactory.GetCellContentRenderFragment(C1.Blazor.Grid.GridCellType,C1.Blazor.Grid.GridCellRange)">
          <a class="xref" href="C1.Blazor.Grid.GridSkeletonLoadingCellFactory.GetCellContentRenderFragment.html#C1_Blazor_Grid_GridSkeletonLoadingCellFactory_GetCellContentRenderFragment_C1_Blazor_Grid_GridCellType_C1_Blazor_Grid_GridCellRange_">GetCellContentRenderFragment(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the render fragment that will be set inside the cell's div.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
