# C1.Web.Mvc.MultiRow.HeaderCellGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_MultiRow_HeaderCellGroup" data-uid="C1.Web.Mvc.MultiRow.HeaderCellGroup" class="text-break">HeaderCellGroup Class
</h1>
  <div class="markdown level0 summary"><p>Represents a HeaderLayoutDefinition on the MultiRow.</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">HeaderCellGroup</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.MultiRow.html">C1.Web.Mvc.MultiRow</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.MultiRow.dll</h6>
  <h5 id="C1_Web_Mvc_MultiRow_HeaderCellGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HeaderCellGroup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HeaderCellGroup</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_HeaderCellGroup__ctor" data-uid="C1.Web.Mvc.MultiRow.HeaderCellGroup.#ctor">
          <a class="xref" href="C1.Web.Mvc.MultiRow.HeaderCellGroup.-ctor.html#C1_Web_Mvc_MultiRow_HeaderCellGroup__ctor">HeaderCellGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.MultiRow.HeaderCellGroup.html">HeaderCellGroup</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_MultiRow_HeaderCellGroup_Cells" data-uid="C1.Web.Mvc.MultiRow.HeaderCellGroup.Cells">
          <a class="xref" href="C1.Web.Mvc.MultiRow.HeaderCellGroup.Cells.html#C1_Web_Mvc_MultiRow_HeaderCellGroup_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Array of cell objects, which extend Column with colspan property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiRow_HeaderCellGroup_Colspan" data-uid="C1.Web.Mvc.MultiRow.HeaderCellGroup.Colspan">
          <a class="xref" href="C1.Web.Mvc.MultiRow.HeaderCellGroup.Colspan.html#C1_Web_Mvc_MultiRow_HeaderCellGroup_Colspan">Colspan</a>
        </td>
        <td class="markdown level1 summary"><p>Number of grid columns spanned by the group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_MultiRow_HeaderCellGroup_Header" data-uid="C1.Web.Mvc.MultiRow.HeaderCellGroup.Header">
          <a class="xref" href="C1.Web.Mvc.MultiRow.HeaderCellGroup.Header.html#C1_Web_Mvc_MultiRow_HeaderCellGroup_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Group header (shown when the headers are collapsed).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
