# C1.Web.Mvc.ManualGridTile

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_ManualGridTile" data-uid="C1.Web.Mvc.ManualGridTile" class="text-break">ManualGridTile Class
</h1>
  <div class="markdown level0 summary"><p>Defines a class represents the tile for the manual 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"><a class="xref" href="C1.Web.Mvc.GridTile.html">GridTile</a></div>
    <div class="level3"><span class="xref">ManualGridTile</span></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_ManualGridTile_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ManualGridTile : GridTile</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ManualGridTile
    Inherits GridTile</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_Web_Mvc_ManualGridTile__ctor" data-uid="C1.Web.Mvc.ManualGridTile.#ctor">
          <a class="xref" href="C1.Web.Mvc.ManualGridTile.-ctor.html#C1_Web_Mvc_ManualGridTile__ctor">ManualGridTile()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.ManualGridTile.html">ManualGridTile</a> instance.</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_Web_Mvc_ManualGridTile_Column" data-uid="C1.Web.Mvc.ManualGridTile.Column">
          <a class="xref" href="C1.Web.Mvc.ManualGridTile.Column.html#C1_Web_Mvc_ManualGridTile_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start column index of tile. The column index starts from 1.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ManualGridTile_Row" data-uid="C1.Web.Mvc.ManualGridTile.Row">
          <a class="xref" href="C1.Web.Mvc.ManualGridTile.Row.html#C1_Web_Mvc_ManualGridTile_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start row index of tile. The row index starts from 1.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
