# C1.Web.Mvc.TransposedGrid.TransposedGrid-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_TransposedGrid_TransposedGrid_1" data-uid="C1.Web.Mvc.TransposedGrid.TransposedGrid`1" class="text-break">TransposedGrid&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The grid control display data using a transposed layout, where columns represent data items and rows represent item properties.</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"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Control.html">Control</a></div>
    <div class="level3"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.ItemsBoundControl-1.html">ItemsBoundControl</a>&lt;T&gt;</div>
    <div class="level4"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.FlexGridBase-1.html">FlexGridBase</a>&lt;T&gt;</div>
    <div class="level5"><span class="xref">TransposedGrid&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
    <div><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.ITemplate.html">ITemplate</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.TransposedGrid.html">C1.Web.Mvc.TransposedGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.TransposedGrid.dll</h6>
  <h5 id="C1_Web_Mvc_TransposedGrid_TransposedGrid_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TransposedGrid&lt;T&gt; : FlexGridBase&lt;T&gt;, IHtmlContent, ITemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TransposedGrid(Of T)
    Inherits FlexGridBase(Of T)
    Implements IHtmlContent, ITemplate</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">T</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_TransposedGrid_TransposedGrid_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_" data-uid="C1.Web.Mvc.TransposedGrid.TransposedGrid`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,System.String)">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.-ctor.html#C1_Web_Mvc_TransposedGrid_TransposedGrid_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_System_String_">TransposedGrid(IHtmlHelper, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.html">TransposedGrid&lt;T&gt;</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_TransposedGrid_TransposedGrid_1_AutoGenerateRows" data-uid="C1.Web.Mvc.TransposedGrid.TransposedGrid`1.AutoGenerateRows">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.AutoGenerateRows.html#C1_Web_Mvc_TransposedGrid_TransposedGrid_1_AutoGenerateRows">AutoGenerateRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should generate rows automatically based on the itemsSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedGrid_TransposedGrid_1_HeadersVisibility" data-uid="C1.Web.Mvc.TransposedGrid.TransposedGrid`1.HeadersVisibility">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.HeadersVisibility.html#C1_Web_Mvc_TransposedGrid_TransposedGrid_1_HeadersVisibility">HeadersVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the row and column headers are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedGrid_TransposedGrid_1_RowGroups" data-uid="C1.Web.Mvc.TransposedGrid.TransposedGrid`1.RowGroups">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.RowGroups.html#C1_Web_Mvc_TransposedGrid_TransposedGrid_1_RowGroups">RowGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Transposedgrid's row collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedGrid_TransposedGrid_1_SortingType" data-uid="C1.Web.Mvc.TransposedGrid.TransposedGrid`1.SortingType">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.SortingType.html#C1_Web_Mvc_TransposedGrid_TransposedGrid_1_SortingType">SortingType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the grid sort columns by clicking the column header cells.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
