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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1" data-uid="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder`1" class="text-break">TransposedGridBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.html">TransposedGrid&lt;T&gt;</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.TransposedGrid.TransposedGrid-1.html">TransposedGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.html">TransposedGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.html">TransposedGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.html">TransposedGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.html">TransposedGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.html">TransposedGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.html">ItemsBoundControlBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.html">TransposedGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.html">TransposedGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level6"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.html">FlexGridBaseBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.html">TransposedGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.html">TransposedGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level7"><span class="xref">TransposedGridBuilder&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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.html">C1.Web.Mvc.TransposedGrid.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.TransposedGrid.dll</h6>
  <h5 id="C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TransposedGridBuilder&lt;T&gt; : FlexGridBaseBuilder&lt;T, TransposedGrid&lt;T&gt;, TransposedGridBuilder&lt;T&gt;&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TransposedGridBuilder(Of T)
    Inherits FlexGridBaseBuilder(Of T, TransposedGrid(Of T), TransposedGridBuilder(Of T))
    Implements IHtmlContent</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_Fluent_TransposedGridBuilder_1__ctor_C1_Web_Mvc_TransposedGrid_TransposedGrid__0__" data-uid="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder`1.#ctor(C1.Web.Mvc.TransposedGrid.TransposedGrid{`0})">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.-ctor.html#C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1__ctor_C1_Web_Mvc_TransposedGrid_TransposedGrid__0__">TransposedGridBuilder(TransposedGrid&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.html">TransposedGridBuilder&lt;T&gt;</a> instance to configurate <code class="paramref">component</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_TransposedGrid_Fluent_TransposedGridBuilder_1_AutoGenerateRows_System_Boolean_" data-uid="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder`1.AutoGenerateRows(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.AutoGenerateRows.html#C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1_AutoGenerateRows_System_Boolean_">AutoGenerateRows(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.AutoGenerateRows.html#C1_Web_Mvc_TransposedGrid_TransposedGrid_1_AutoGenerateRows">AutoGenerateRows</a>.
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_Fluent_TransposedGridBuilder_1_HeadersVisibility_C1_Web_Mvc_Grid_HeadersVisibility_" data-uid="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder`1.HeadersVisibility(C1.Web.Mvc.Grid.HeadersVisibility)">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.HeadersVisibility.html#C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1_HeadersVisibility_C1_Web_Mvc_Grid_HeadersVisibility_">HeadersVisibility(HeadersVisibility)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.HeadersVisibility.html#C1_Web_Mvc_TransposedGrid_TransposedGrid_1_HeadersVisibility">HeadersVisibility</a>.
Sets a value that determines whether the row and column headers are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1_RowGroups_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_TransposedGrid_TransposedGridRow_C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridRowBuilder___" data-uid="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder`1.RowGroups(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.TransposedGrid.TransposedGridRow,C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridRowBuilder}})">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.RowGroups.html#C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1_RowGroups_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_TransposedGrid_TransposedGridRow_C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridRowBuilder___">RowGroups(Action&lt;ListItemFactory&lt;TransposedGridRow, TransposedGridRowBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configure TransposedGrid.RowGroups&quot;/&gt;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1_Rows_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_TransposedGrid_TransposedGridRow_C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridRowBuilder___" data-uid="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder`1.Rows(System.Action{C1.Web.Mvc.Fluent.ListItemFactory{C1.Web.Mvc.TransposedGrid.TransposedGridRow,C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridRowBuilder}})">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.Rows.html#C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1_Rows_System_Action_C1_Web_Mvc_Fluent_ListItemFactory_C1_Web_Mvc_TransposedGrid_TransposedGridRow_C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridRowBuilder___">Rows(Action&lt;ListItemFactory&lt;TransposedGridRow, TransposedGridRowBuilder&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configure TransposedGrid.Rows&quot;/&gt;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1_SortingType_C1_Web_Mvc_Grid_AllowSorting_" data-uid="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder`1.SortingType(C1.Web.Mvc.Grid.AllowSorting)">
          <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.SortingType.html#C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder_1_SortingType_C1_Web_Mvc_Grid_AllowSorting_">SortingType(AllowSorting)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.TransposedGrid.TransposedGrid-1.SortingType.html#C1_Web_Mvc_TransposedGrid_TransposedGrid_1_SortingType">SortingType</a>.
Sets how the grid sort columns by clicking the column header cells.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridFilterExtension.Filterable.html#C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridFilterExtension_Filterable__1_C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder___0__">TransposedGridFilterExtension.Filterable&lt;T&gt;(TransposedGridBuilder&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridFilterExtension.Filterable.html#C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridFilterExtension_Filterable__1_C1_Web_Mvc_TransposedGrid_Fluent_TransposedGridBuilder___0__System_Action_C1_Web_Mvc_Fluent_FlexGridFilterBuilder___0___">TransposedGridFilterExtension.Filterable&lt;T&gt;(TransposedGridBuilder&lt;T&gt;, Action&lt;FlexGridFilterBuilder&lt;T&gt;&gt;)</a>
  </div>

</div>
