# C1.Web.Mvc.FlexGridGroupPanel-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_FlexGridGroupPanel_1" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1" class="text-break">FlexGridGroupPanel&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Define an extender used to set the flexgrid group panel.</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.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><span class="xref">Extender</span></div>
    <div class="level3"><span class="xref">FlexGridGroupPanel&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.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_FlexGridGroupPanel_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexGridGroupPanel&lt;T&gt; : Extender, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexGridGroupPanel(Of T)
    Inherits Extender
    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_FlexGridGroupPanel_1__ctor_C1_Web_Mvc_FlexGridBase__0__System_String_" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.#ctor(C1.Web.Mvc.FlexGridBase{`0},System.String)">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.-ctor.html#C1_Web_Mvc_FlexGridGroupPanel_1__ctor_C1_Web_Mvc_FlexGridBase__0__System_String_">FlexGridGroupPanel(FlexGridBase&lt;T&gt;, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.html">FlexGridGroupPanel&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_FlexGridGroupPanel_1_AriaLabel" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.AriaLabel">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.AriaLabel.html#C1_Web_Mvc_FlexGridGroupPanel_1_AriaLabel">AriaLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the aria-label attribute of &quot;GroupPanel&quot; element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridGroupPanel_1_Filter" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.Filter">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.Filter.html#C1_Web_Mvc_FlexGridGroupPanel_1_Filter">Filter</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_FlexGridGroupPanel_1_GroupDescriptionCreator" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.GroupDescriptionCreator">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.GroupDescriptionCreator.html#C1_Web_Mvc_FlexGridGroupPanel_1_GroupDescriptionCreator">GroupDescriptionCreator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets creator function used to create group descriptions when users drag columns into the group</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridGroupPanel_1_HideGroupedColumns" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.HideGroupedColumns">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.HideGroupedColumns.html#C1_Web_Mvc_FlexGridGroupPanel_1_HideGroupedColumns">HideGroupedColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the panel hides grouped columns in the owner grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridGroupPanel_1_IsDisabled" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.IsDisabled">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.IsDisabled.html#C1_Web_Mvc_FlexGridGroupPanel_1_IsDisabled">IsDisabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the control is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridGroupPanel_1_MaxGroups" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.MaxGroups">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.MaxGroups.html#C1_Web_Mvc_FlexGridGroupPanel_1_MaxGroups">MaxGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of groups allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridGroupPanel_1_Placeholder" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.Placeholder">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.Placeholder.html#C1_Web_Mvc_FlexGridGroupPanel_1_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string to display in the control when it contains no groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridGroupPanel_1_Selector" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.Selector">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.Selector.html#C1_Web_Mvc_FlexGridGroupPanel_1_Selector">Selector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value which specifies the selector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_FlexGridGroupPanel_1_ShowDragGlyphs" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.ShowDragGlyphs">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.ShowDragGlyphs.html#C1_Web_Mvc_FlexGridGroupPanel_1_ShowDragGlyphs">ShowDragGlyphs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the control should add drag glyphs to the group marker elements.</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_FlexGridGroupPanel_1_RegisterStartupScript_System_IO_TextWriter_" data-uid="C1.Web.Mvc.FlexGridGroupPanel`1.RegisterStartupScript(System.IO.TextWriter)">
          <a class="xref" href="C1.Web.Mvc.FlexGridGroupPanel-1.RegisterStartupScript.html#C1_Web_Mvc_FlexGridGroupPanel_1_RegisterStartupScript_System_IO_TextWriter_">RegisterStartupScript(TextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Render the extender instance to the writer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
