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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1" class="text-break">FlexGridGroupPanelBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.html">FlexGridGroupPanel&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.FlexGridGroupPanel-1.html">FlexGridGroupPanel</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.html">FlexGridGroupPanelBuilder</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.FlexGridGroupPanel-1.html">FlexGridGroupPanel</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.html">FlexGridGroupPanelBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><span class="xref">ExtenderBuilder</span>&lt;<a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.html">FlexGridGroupPanel</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.html">FlexGridGroupPanelBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><span class="xref">FlexGridGroupPanelBuilder&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_FlexGridGroupPanelBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexGridGroupPanelBuilder&lt;T&gt; : ExtenderBuilder&lt;FlexGridGroupPanel&lt;T&gt;, FlexGridGroupPanelBuilder&lt;T&gt;&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexGridGroupPanelBuilder(Of T)
    Inherits ExtenderBuilder(Of FlexGridGroupPanel(Of T), FlexGridGroupPanelBuilder(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_FlexGridGroupPanelBuilder_1__ctor_C1_Web_Mvc_FlexGridGroupPanel__0__" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1.#ctor(C1.Web.Mvc.FlexGridGroupPanel{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1__ctor_C1_Web_Mvc_FlexGridGroupPanel__0__">FlexGridGroupPanelBuilder(FlexGridGroupPanel&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create one FlexGridGroupPanelBuilder instance.</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_Fluent_FlexGridGroupPanelBuilder_1_AriaLabel_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1.AriaLabel(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.AriaLabel.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_AriaLabel_System_String_">AriaLabel(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.AriaLabel.html#C1_Web_Mvc_FlexGridGroupPanel_1_AriaLabel">AriaLabel</a>.
Sets the aria-label attribute of &quot;GroupPanel&quot; element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_Filter_System_Action_C1_Web_Mvc_Fluent_FlexGridFilterBuilder__0___" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1.Filter(System.Action{C1.Web.Mvc.Fluent.FlexGridFilterBuilder{`0}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.Filter.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_Filter_System_Action_C1_Web_Mvc_Fluent_FlexGridFilterBuilder__0___">Filter(Action&lt;FlexGridFilterBuilder&lt;T&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the @see:grid.filter.FlexGridFilter to use for filtering the grid data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_GroupDescriptionCreator_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1.GroupDescriptionCreator(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.GroupDescriptionCreator.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_GroupDescriptionCreator_System_String_">GroupDescriptionCreator(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.GroupDescriptionCreator.html#C1_Web_Mvc_FlexGridGroupPanel_1_GroupDescriptionCreator">GroupDescriptionCreator</a>.
Sets creator function used to create group descriptions when users drag columns into the group</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_HideGroupedColumns_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1.HideGroupedColumns(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.HideGroupedColumns.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_HideGroupedColumns_System_Boolean_">HideGroupedColumns(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.HideGroupedColumns.html#C1_Web_Mvc_FlexGridGroupPanel_1_HideGroupedColumns">HideGroupedColumns</a>.
Sets a value indicating whether the panel hides grouped columns in the owner grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_IsDisabled_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1.IsDisabled(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.IsDisabled.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_IsDisabled_System_Boolean_">IsDisabled(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.IsDisabled.html#C1_Web_Mvc_FlexGridGroupPanel_1_IsDisabled">IsDisabled</a>.
Sets a value that determines whether the control is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_MaxGroups_System_Int32_" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1.MaxGroups(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.MaxGroups.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_MaxGroups_System_Int32_">MaxGroups(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.MaxGroups.html#C1_Web_Mvc_FlexGridGroupPanel_1_MaxGroups">MaxGroups</a>.
Sets the maximum number of groups allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_Placeholder_System_String_" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1.Placeholder(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.Placeholder.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_Placeholder_System_String_">Placeholder(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.Placeholder.html#C1_Web_Mvc_FlexGridGroupPanel_1_Placeholder">Placeholder</a>.
Sets a string to display in the control when it contains no groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_ShowDragGlyphs_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder`1.ShowDragGlyphs(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.ShowDragGlyphs.html#C1_Web_Mvc_Fluent_FlexGridGroupPanelBuilder_1_ShowDragGlyphs_System_Boolean_">ShowDragGlyphs(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.ShowDragGlyphs.html#C1_Web_Mvc_FlexGridGroupPanel_1_ShowDragGlyphs">ShowDragGlyphs</a>.
Sets a value that determines whether the control should add drag glyphs to the group marker elements.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
