# C1.WPF.Grid.GridSkeletonLoadingCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridSkeletonLoadingCell" data-uid="C1.WPF.Grid.GridSkeletonLoadingCell" class="text-break">GridSkeletonLoadingCell Class
</h1>
  <div class="markdown level0 summary"><p>Visual element displayed inside a cell whose data-item is null and denotes the content is being load.</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"><span class="xref">GridSkeletonLoadingCell</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_GridSkeletonLoadingCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;LoadingElement&quot;, Type = typeof(FrameworkElement))]
public class GridSkeletonLoadingCell : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;LoadingElement&quot;, Type:=GetType(FrameworkElement))&gt;
Public Class GridSkeletonLoadingCell
    Inherits C1View</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_GridSkeletonLoadingCell__ctor" data-uid="C1.WPF.Grid.GridSkeletonLoadingCell.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCell.-ctor.html#C1_WPF_Grid_GridSkeletonLoadingCell__ctor">GridSkeletonLoadingCell()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCell.html">GridSkeletonLoadingCell</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_GridSkeletonLoadingCell_IsStartedProperty" data-uid="C1.WPF.Grid.GridSkeletonLoadingCell.IsStartedProperty">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCell.IsStartedProperty.html">IsStartedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCell.IsStarted.html#C1_WPF_Grid_GridSkeletonLoadingCell_IsStarted">IsStarted</a> dependency property.</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_GridSkeletonLoadingCell_IsStarted" data-uid="C1.WPF.Grid.GridSkeletonLoadingCell.IsStarted">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCell.IsStarted.html#C1_WPF_Grid_GridSkeletonLoadingCell_IsStarted">IsStarted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the animation is running.</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_GridSkeletonLoadingCell_Dispose_System_Boolean_" data-uid="C1.WPF.Grid.GridSkeletonLoadingCell.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCell.Dispose.html#C1_WPF_Grid_GridSkeletonLoadingCell_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSkeletonLoadingCell_OnApplyTemplate" data-uid="C1.WPF.Grid.GridSkeletonLoadingCell.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCell.OnApplyTemplate.html#C1_WPF_Grid_GridSkeletonLoadingCell_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridSkeletonLoadingCell_OnRenderSizeChanged_System_Windows_SizeChangedInfo_" data-uid="C1.WPF.Grid.GridSkeletonLoadingCell.OnRenderSizeChanged(System.Windows.SizeChangedInfo)">
          <a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCell.OnRenderSizeChanged.html#C1_WPF_Grid_GridSkeletonLoadingCell_OnRenderSizeChanged_System_Windows_SizeChangedInfo_">OnRenderSizeChanged(SizeChangedInfo)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
