# C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_MultiRow_Fluent_HeaderCellGroupBuilder" data-uid="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder" class="text-break">HeaderCellGroupBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.MultiRow.HeaderCellGroup.html">HeaderCellGroup</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.AspNetCore.Mvc/C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.MultiRow.HeaderCellGroup.html">HeaderCellGroup</a>, <a class="xref" href="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.html">HeaderCellGroupBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">HeaderCellGroupBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.MultiRow.Fluent.html">C1.Web.Mvc.MultiRow.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.MultiRow.dll</h6>
  <h5 id="C1_Web_Mvc_MultiRow_Fluent_HeaderCellGroupBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HeaderCellGroupBuilder : BaseBuilder&lt;HeaderCellGroup, HeaderCellGroupBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HeaderCellGroupBuilder
    Inherits BaseBuilder(Of HeaderCellGroup, HeaderCellGroupBuilder)</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_MultiRow_Fluent_HeaderCellGroupBuilder__ctor_C1_Web_Mvc_MultiRow_HeaderCellGroup_" data-uid="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.#ctor(C1.Web.Mvc.MultiRow.HeaderCellGroup)">
          <a class="xref" href="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.-ctor.html#C1_Web_Mvc_MultiRow_Fluent_HeaderCellGroupBuilder__ctor_C1_Web_Mvc_MultiRow_HeaderCellGroup_">HeaderCellGroupBuilder(HeaderCellGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.html">HeaderCellGroupBuilder</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_MultiRow_Fluent_HeaderCellGroupBuilder_Cells_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_MultiRow_Cell_C1_Web_Mvc_MultiRow_Fluent_CellBuilder___" data-uid="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.Cells(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.MultiRow.Cell,C1.Web.Mvc.MultiRow.Fluent.CellBuilder}})">
          <a class="xref" href="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.Cells.html#C1_Web_Mvc_MultiRow_Fluent_HeaderCellGroupBuilder_Cells_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_MultiRow_Cell_C1_Web_Mvc_MultiRow_Fluent_CellBuilder___">Cells(Action&lt;ListItemFactory&lt;Cell, CellBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configure <a class="xref" href="C1.Web.Mvc.MultiRow.Cell.html">Cell</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiRow_Fluent_HeaderCellGroupBuilder_Colspan_System_Int32_" data-uid="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.Colspan(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.Colspan.html#C1_Web_Mvc_MultiRow_Fluent_HeaderCellGroupBuilder_Colspan_System_Int32_">Colspan(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MultiRow.HeaderCellGroup.Colspan.html#C1_Web_Mvc_MultiRow_HeaderCellGroup_Colspan">Colspan</a>.
Number of grid columns spanned by the group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiRow_Fluent_HeaderCellGroupBuilder_Header_System_String_" data-uid="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.Header(System.String)">
          <a class="xref" href="C1.Web.Mvc.MultiRow.Fluent.HeaderCellGroupBuilder.Header.html#C1_Web_Mvc_MultiRow_Fluent_HeaderCellGroupBuilder_Header_System_String_">Header(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MultiRow.HeaderCellGroup.Header.html#C1_Web_Mvc_MultiRow_HeaderCellGroup_Header">Header</a>.
Group header (shown when the headers are collapsed).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
