# C1.Web.Mvc.Fluent.CellTemplateBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_CellTemplateBuilder" data-uid="C1.Web.Mvc.Fluent.CellTemplateBuilder" class="text-break">CellTemplateBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.CellTemplate.html">CellTemplate</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;<a class="xref" href="C1.Web.Mvc.CellTemplate.html">CellTemplate</a>, <a class="xref" href="C1.Web.Mvc.Fluent.CellTemplateBuilder.html">CellTemplateBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">CellTemplateBuilder</span></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_CellTemplateBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellTemplateBuilder : BaseBuilder&lt;CellTemplate, CellTemplateBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellTemplateBuilder
    Inherits BaseBuilder(Of CellTemplate, CellTemplateBuilder)</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_Fluent_CellTemplateBuilder__ctor_C1_Web_Mvc_CellTemplate_" data-uid="C1.Web.Mvc.Fluent.CellTemplateBuilder.#ctor(C1.Web.Mvc.CellTemplate)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CellTemplateBuilder.-ctor.html#C1_Web_Mvc_Fluent_CellTemplateBuilder__ctor_C1_Web_Mvc_CellTemplate_">CellTemplateBuilder(CellTemplate)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.CellTemplateBuilder.html">CellTemplateBuilder</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_CellTemplateBuilder_EditTemplateContent_System_String_" data-uid="C1.Web.Mvc.Fluent.CellTemplateBuilder.EditTemplateContent(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CellTemplateBuilder.EditTemplateContent.html#C1_Web_Mvc_Fluent_CellTemplateBuilder_EditTemplateContent_System_String_">EditTemplateContent(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.CellTemplate.EditTemplateContent.html#C1_Web_Mvc_CellTemplate_EditTemplateContent">EditTemplateContent</a>.
Sets the content of the template for the grid cell in editing mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CellTemplateBuilder_EditTemplateId_System_String_" data-uid="C1.Web.Mvc.Fluent.CellTemplateBuilder.EditTemplateId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CellTemplateBuilder.EditTemplateId.html#C1_Web_Mvc_Fluent_CellTemplateBuilder_EditTemplateId_System_String_">EditTemplateId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.CellTemplate.EditTemplateId.html#C1_Web_Mvc_CellTemplate_EditTemplateId">EditTemplateId</a>.
Sets the id of the template for the grid cell in editing mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CellTemplateBuilder_TemplateContent_System_String_" data-uid="C1.Web.Mvc.Fluent.CellTemplateBuilder.TemplateContent(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CellTemplateBuilder.TemplateContent.html#C1_Web_Mvc_Fluent_CellTemplateBuilder_TemplateContent_System_String_">TemplateContent(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.CellTemplate.TemplateContent.html#C1_Web_Mvc_CellTemplate_TemplateContent">TemplateContent</a>.
Sets the content of the template for the grid cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_CellTemplateBuilder_TemplateId_System_String_" data-uid="C1.Web.Mvc.Fluent.CellTemplateBuilder.TemplateId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.CellTemplateBuilder.TemplateId.html#C1_Web_Mvc_Fluent_CellTemplateBuilder_TemplateId_System_String_">TemplateId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.CellTemplate.TemplateId.html#C1_Web_Mvc_CellTemplate_TemplateId">TemplateId</a>.
Sets the id of the template for the grid cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
