# C1.Web.Mvc.Fluent.TileBuilder-2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_TileBuilder_2" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2" class="text-break">TileBuilder&lt;TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Tile.html">Tile</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level3"><span class="xref">TileBuilder&lt;TControl, TBuilder&gt;</span></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.FlowTileBuilder.html">FlowTileBuilder</a></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.GridTileBuilder-2.html">GridTileBuilder&lt;TControl, TBuilder&gt;</a></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.SplitTileBuilder.html">SplitTileBuilder</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_TileBuilder_2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class TileBuilder&lt;TControl, TBuilder&gt; : BaseBuilder&lt;TControl, TBuilder&gt; where TControl : Tile where TBuilder : TileBuilder&lt;TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class TileBuilder(Of TControl As Tile, TBuilder As TileBuilder(Of TControl, TBuilder))
    Inherits BaseBuilder(Of TControl, TBuilder)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Fluent_TileBuilder_2__ctor__0_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.#ctor(`0)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.-ctor.html#C1_Web_Mvc_Fluent_TileBuilder_2__ctor__0_">TileBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.html">TileBuilder&lt;TControl, TBuilder&gt;</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_TileBuilder_2_AllowDrag_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.AllowDrag(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.AllowDrag.html#C1_Web_Mvc_Fluent_TileBuilder_2_AllowDrag_System_Boolean_">AllowDrag(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.AllowDrag.html#C1_Web_Mvc_Tile_AllowDrag">AllowDrag</a>.
Sets a boolean value decides whether the tiles could be dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TileBuilder_2_AllowHide_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.AllowHide(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.AllowHide.html#C1_Web_Mvc_Fluent_TileBuilder_2_AllowHide_System_Boolean_">AllowHide(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.AllowHide.html#C1_Web_Mvc_Tile_AllowHide">AllowHide</a>.
Sets a boolean value decides whether the tiles could be hidden.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TileBuilder_2_AllowMaximize_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.AllowMaximize(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.AllowMaximize.html#C1_Web_Mvc_Fluent_TileBuilder_2_AllowMaximize_System_Boolean_">AllowMaximize(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.AllowMaximize.html#C1_Web_Mvc_Tile_AllowMaximize">AllowMaximize</a>.
Sets a boolean value decides whether the tiles could be maximized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TileBuilder_2_Content_System_String_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.Content(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.Content.html#C1_Web_Mvc_Fluent_TileBuilder_2_Content_System_String_">Content(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.Content.html#C1_Web_Mvc_Tile_Content">Content</a>.
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_Fluent_TileBuilder_2_HeaderText_System_String_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.HeaderText(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.HeaderText.html#C1_Web_Mvc_Fluent_TileBuilder_2_HeaderText_System_String_">HeaderText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.HeaderText.html#C1_Web_Mvc_Tile_HeaderText">HeaderText</a>.
Sets the tile header title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TileBuilder_2_MaxResizeHeight_System_Int32_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.MaxResizeHeight(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.MaxResizeHeight.html#C1_Web_Mvc_Fluent_TileBuilder_2_MaxResizeHeight_System_Int32_">MaxResizeHeight(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.MaxResizeHeight.html#C1_Web_Mvc_Tile_MaxResizeHeight">MaxResizeHeight</a>.
Sets the default maximum height of the tile when resize.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TileBuilder_2_MaxResizeWidth_System_Int32_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.MaxResizeWidth(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.MaxResizeWidth.html#C1_Web_Mvc_Fluent_TileBuilder_2_MaxResizeWidth_System_Int32_">MaxResizeWidth(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.MaxResizeWidth.html#C1_Web_Mvc_Tile_MaxResizeWidth">MaxResizeWidth</a>.
Sets the default maximum width of the tile when resize.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TileBuilder_2_ShowHeader_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.ShowHeader(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.ShowHeader.html#C1_Web_Mvc_Fluent_TileBuilder_2_ShowHeader_System_Boolean_">ShowHeader(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.ShowHeader.html#C1_Web_Mvc_Tile_ShowHeader">ShowHeader</a>.
Sets a boolean value decides whether to show the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TileBuilder_2_ShowToolbar_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.ShowToolbar(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.ShowToolbar.html#C1_Web_Mvc_Fluent_TileBuilder_2_ShowToolbar_System_Boolean_">ShowToolbar(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.ShowToolbar.html#C1_Web_Mvc_Tile_ShowToolbar">ShowToolbar</a>.
Sets a boolean value decides whether to show the toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_TileBuilder_2_Visible_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.TileBuilder`2.Visible(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.TileBuilder-2.Visible.html#C1_Web_Mvc_Fluent_TileBuilder_2_Visible_System_Boolean_">Visible(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Tile.Visible.html#C1_Web_Mvc_Tile_Visible">Visible</a>.
Sets a boolean value decides whether to show the tile.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
