# C1.Web.Mvc.GridTile

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_GridTile" data-uid="C1.Web.Mvc.GridTile" class="text-break">GridTile Class
</h1>
  <div class="markdown level0 summary"><p>Defines the base class represents the tile for the grid layout.</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.Web.Mvc.Tile.html">Tile</a></div>
    <div class="level2"><span class="xref">GridTile</span></div>
      <div class="level3"><a class="xref" href="C1.Web.Mvc.AutoGridTile.html">AutoGridTile</a></div>
      <div class="level3"><a class="xref" href="C1.Web.Mvc.ManualGridTile.html">ManualGridTile</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_GridTile_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class GridTile : Tile</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class GridTile
    Inherits Tile</code></pre>
  </div>
  <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_Web_Mvc_GridTile_AllowResize" data-uid="C1.Web.Mvc.GridTile.AllowResize">
          <a class="xref" href="C1.Web.Mvc.GridTile.AllowResize.html#C1_Web_Mvc_GridTile_AllowResize">AllowResize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value decides whether the tiles could be resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_GridTile_ColumnSpan" data-uid="C1.Web.Mvc.GridTile.ColumnSpan">
          <a class="xref" href="C1.Web.Mvc.GridTile.ColumnSpan.html#C1_Web_Mvc_GridTile_ColumnSpan">ColumnSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column spans occupied by this tile.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_GridTile_RowSpan" data-uid="C1.Web.Mvc.GridTile.RowSpan">
          <a class="xref" href="C1.Web.Mvc.GridTile.RowSpan.html#C1_Web_Mvc_GridTile_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row spans occupied by this tile.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
