# C1.Web.Mvc.Tile

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Tile" data-uid="C1.Web.Mvc.Tile" class="text-break">Tile Class
</h1>
  <div class="markdown level0 summary"><p>Defines a class for the tile items.</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">Tile</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.FlowTile.html">FlowTile</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.GridTile.html">GridTile</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.SplitTile.html">SplitTile</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_Tile_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Tile</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class 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_Tile_AllowDrag" data-uid="C1.Web.Mvc.Tile.AllowDrag">
          <a class="xref" href="C1.Web.Mvc.Tile.AllowDrag.html#C1_Web_Mvc_Tile_AllowDrag">AllowDrag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value decides whether the tiles could be dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tile_AllowHide" data-uid="C1.Web.Mvc.Tile.AllowHide">
          <a class="xref" href="C1.Web.Mvc.Tile.AllowHide.html#C1_Web_Mvc_Tile_AllowHide">AllowHide</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value decides whether the tiles could be hidden.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tile_AllowMaximize" data-uid="C1.Web.Mvc.Tile.AllowMaximize">
          <a class="xref" href="C1.Web.Mvc.Tile.AllowMaximize.html#C1_Web_Mvc_Tile_AllowMaximize">AllowMaximize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value decides whether the tiles could be maximized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tile_Content" data-uid="C1.Web.Mvc.Tile.Content">
          <a class="xref" href="C1.Web.Mvc.Tile.Content.html#C1_Web_Mvc_Tile_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tile content(text/html) or the selector of a Dom element which contains the content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tile_HeaderText" data-uid="C1.Web.Mvc.Tile.HeaderText">
          <a class="xref" href="C1.Web.Mvc.Tile.HeaderText.html#C1_Web_Mvc_Tile_HeaderText">HeaderText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tile header title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tile_MaxResizeHeight" data-uid="C1.Web.Mvc.Tile.MaxResizeHeight">
          <a class="xref" href="C1.Web.Mvc.Tile.MaxResizeHeight.html#C1_Web_Mvc_Tile_MaxResizeHeight">MaxResizeHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default maximum height of the tile when resize.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tile_MaxResizeWidth" data-uid="C1.Web.Mvc.Tile.MaxResizeWidth">
          <a class="xref" href="C1.Web.Mvc.Tile.MaxResizeWidth.html#C1_Web_Mvc_Tile_MaxResizeWidth">MaxResizeWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default maximum width of the tile when resize.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tile_ShowHeader" data-uid="C1.Web.Mvc.Tile.ShowHeader">
          <a class="xref" href="C1.Web.Mvc.Tile.ShowHeader.html#C1_Web_Mvc_Tile_ShowHeader">ShowHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value decides whether to show the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tile_ShowToolbar" data-uid="C1.Web.Mvc.Tile.ShowToolbar">
          <a class="xref" href="C1.Web.Mvc.Tile.ShowToolbar.html#C1_Web_Mvc_Tile_ShowToolbar">ShowToolbar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value decides whether to show the toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Tile_Visible" data-uid="C1.Web.Mvc.Tile.Visible">
          <a class="xref" href="C1.Web.Mvc.Tile.Visible.html#C1_Web_Mvc_Tile_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value decides whether to show the tile.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
