# C1.Web.Mvc.Fluent.FlexGridBuilder-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_FlexGridBuilder_1" data-uid="C1.Web.Mvc.Fluent.FlexGridBuilder`1" class="text-break">FlexGridBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.FlexGrid-1.html">FlexGrid&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.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlexGrid-1.html">FlexGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridBuilder-1.html">FlexGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlexGrid-1.html">FlexGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridBuilder-1.html">FlexGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.FlexGrid-1.html">FlexGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridBuilder-1.html">FlexGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.html">ItemsBoundControlBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.FlexGrid-1.html">FlexGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridBuilder-1.html">FlexGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.html">FlexGridBaseBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.FlexGrid-1.html">FlexGrid</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridBuilder-1.html">FlexGridBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level7"><span class="xref">FlexGridBuilder&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.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_FlexGridBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexGridBuilder&lt;T&gt; : FlexGridBaseBuilder&lt;T, FlexGrid&lt;T&gt;, FlexGridBuilder&lt;T&gt;&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexGridBuilder(Of T)
    Inherits FlexGridBaseBuilder(Of T, FlexGrid(Of T), FlexGridBuilder(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_Fluent_FlexGridBuilder_1__ctor_C1_Web_Mvc_FlexGrid__0__" data-uid="C1.Web.Mvc.Fluent.FlexGridBuilder`1.#ctor(C1.Web.Mvc.FlexGrid{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_FlexGridBuilder_1__ctor_C1_Web_Mvc_FlexGrid__0__">FlexGridBuilder(FlexGrid&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridBuilder-1.html">FlexGridBuilder&lt;T&gt;</a> instance to configurate <code class="paramref">component</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.BooleanCheckerExtension.BooleanChecker.html#C1_Web_Mvc_Fluent_BooleanCheckerExtension_BooleanChecker__1_C1_Web_Mvc_Fluent_FlexGridBuilder___0__">BooleanCheckerExtension.BooleanChecker&lt;T&gt;(FlexGridBuilder&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.BooleanCheckerExtension.BooleanChecker.html#C1_Web_Mvc_Fluent_BooleanCheckerExtension_BooleanChecker__1_C1_Web_Mvc_Fluent_FlexGridBuilder___0__System_Action_C1_Web_Mvc_Fluent_BooleanCheckerBuilder___0___">BooleanCheckerExtension.BooleanChecker&lt;T&gt;(FlexGridBuilder&lt;T&gt;, Action&lt;BooleanCheckerBuilder&lt;T&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridDetailProviderExtension.ShowDetailRow.html#C1_Web_Mvc_Fluent_FlexGridDetailProviderExtension_ShowDetailRow__1_C1_Web_Mvc_Fluent_FlexGridBuilder___0__System_Action_C1_Web_Mvc_Fluent_FlexGridDetailProviderBuilder___0___">FlexGridDetailProviderExtension.ShowDetailRow&lt;T&gt;(FlexGridBuilder&lt;T&gt;, Action&lt;FlexGridDetailProviderBuilder&lt;T&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridFilterExtension.Filterable.html#C1_Web_Mvc_Fluent_FlexGridFilterExtension_Filterable__1_C1_Web_Mvc_Fluent_FlexGridBuilder___0__">FlexGridFilterExtension.Filterable&lt;T&gt;(FlexGridBuilder&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridFilterExtension.Filterable.html#C1_Web_Mvc_Fluent_FlexGridFilterExtension_Filterable__1_C1_Web_Mvc_Fluent_FlexGridBuilder___0__System_Action_C1_Web_Mvc_Fluent_FlexGridFilterBuilder___0___">FlexGridFilterExtension.Filterable&lt;T&gt;(FlexGridBuilder&lt;T&gt;, Action&lt;FlexGridFilterBuilder&lt;T&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelExtension.ShowGroupPanel.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelExtension_ShowGroupPanel__1_C1_Web_Mvc_Fluent_FlexGridBuilder___0__System_Action_C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder___0___System_String_">FlexGridGroupPanelExtension.ShowGroupPanel&lt;T&gt;(FlexGridBuilder&lt;T&gt;, Action&lt;FlexGridGroupPanelBuilder&lt;T&gt;&gt;, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelExtension.ShowGroupPanel.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelExtension_ShowGroupPanel__1_C1_Web_Mvc_Fluent_FlexGridBuilder___0__System_String_">FlexGridGroupPanelExtension.ShowGroupPanel&lt;T&gt;(FlexGridBuilder&lt;T&gt;, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.SelectorExtension.Selector.html#C1_Web_Mvc_Fluent_SelectorExtension_Selector__1_C1_Web_Mvc_Fluent_FlexGridBuilder___0__">SelectorExtension.Selector&lt;T&gt;(FlexGridBuilder&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.Web.Mvc.Fluent.SelectorExtension.Selector.html#C1_Web_Mvc_Fluent_SelectorExtension_Selector__1_C1_Web_Mvc_Fluent_FlexGridBuilder___0__System_Action_C1_Web_Mvc_Fluent_SelectorBuilder___0___">SelectorExtension.Selector&lt;T&gt;(FlexGridBuilder&lt;T&gt;, Action&lt;SelectorBuilder&lt;T&gt;&gt;)</a>
  </div>

</div>
