# GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup" class="text-break">IBandedListGroup Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the interface for the banded list group object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBandedListGroup : ISectionRegion</code></pre>
  </div>
  <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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_DataCollectionName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.DataCollectionName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.DataCollectionName.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_DataCollectionName">DataCollectionName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the banded list group element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_DataElementName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.DataElementName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.DataElementName.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_DataElementName">DataElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of this group instance element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_DataElementOutput" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.DataElementOutput">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.DataElementOutput.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_DataElementOutput">DataElementOutput</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the group should appear in a data rendering.
Valid values are <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_DataElementOutput_NoOutput">NoOutput</a> and <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_DataElementOutput_Output">Output</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_Details" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.Details">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.Details.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_Details">Details</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the details band collection for this group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_EndSection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.EndSection">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.EndSection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_EndSection">EndSection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating where the layout should continue.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_GroupFooter" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.GroupFooter">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.GroupFooter.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_GroupFooter">GroupFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the footer for this group instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_GroupHeader" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.GroupHeader">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.GroupHeader.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_GroupHeader">GroupHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the header for this group instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_Hidden" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.Hidden">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.Hidden.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_Hidden">Hidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the initial visibility for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_KeepTogether" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.KeepTogether">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.KeepTogether.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_KeepTogether">KeepTogether</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the group should keep its contents together.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_Name" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.Name.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of this <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.html">IBandedListGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_PageBreak" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.PageBreak">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.PageBreak.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page breaking options for this group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_PreventOrphanedFooter" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.PreventOrphanedFooter">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.PreventOrphanedFooter.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_PreventOrphanedFooter">PreventOrphanedFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the orphaned footer is displayed on the next page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_PreventOrphanedHeader" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.PreventOrphanedHeader">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.PreventOrphanedHeader.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_PreventOrphanedHeader">PreventOrphanedHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the orphaned header is displayed on the page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_SubGroups" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.SubGroups">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.IBandedListGroup.SubGroups.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_BandedList_IBandedListGroup_SubGroups">SubGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of subgroups for this group.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
