# GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery" class="text-break">RibbonGallery Class
</h1>
  <div class="markdown level0 summary"><p>Label in a <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonBar.html">RibbonBar</a> control.</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="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem.html">RibbonItem</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem.html">RibbonIconItem</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a></div>
    <div class="level4"><span class="xref">RibbonGallery</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.html">GrapeCity.Spreadsheet.WinForms.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.WinForms.Ribbon.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonGallery : RibbonDropDownBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonGallery
    Inherits RibbonDropDownBase</code></pre>
  </div>
  <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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery__ctor" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.#ctor">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.-ctor.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery__ctor">RibbonGallery()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonLabel.html">RibbonLabel</a> class.</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="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_AllowGroupFiltering" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.AllowGroupFiltering">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.AllowGroupFiltering.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_AllowGroupFiltering">AllowGroupFiltering</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Gallery can be filtering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_CommandName" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.CommandName">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.CommandName.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_CommandName">CommandName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the command name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_ExecuteCommandOnSelectedItem" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.ExecuteCommandOnSelectedItem">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.ExecuteCommandOnSelectedItem.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_ExecuteCommandOnSelectedItem">ExecuteCommandOnSelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the command executes with selected item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_Expanded" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.Expanded">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.Expanded.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_Expanded">Expanded</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the gallery should appear expanded in a <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_GripHandleVisible" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.GripHandleVisible">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.GripHandleVisible.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_GripHandleVisible">GripHandleVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the drop-down can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_ItemSize" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.ItemSize">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.ItemSize.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_ItemSize">ItemSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the items in a gallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_ItemSpacing" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.ItemSpacing">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.ItemSpacing.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_ItemSpacing">ItemSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spacing between gallery items.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_Items" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.Items">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.Items.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in the gallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_KeyTip" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.KeyTip">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.KeyTip.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_KeyTip">KeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to a RibbonGallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_MenuItems" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.MenuItems">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.MenuItems.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_MenuItems">MenuItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of menu items at the bottom of the drop-down portion of this RibbonGallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_MinVisibleItems" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.MinVisibleItems">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.MinVisibleItems.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_MinVisibleItems">MinVisibleItems</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the minimum number of visible items in expanded mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_SelectedGroupName" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.SelectedGroupName">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.SelectedGroupName.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_SelectedGroupName">SelectedGroupName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets name of the selected group name in the RibbonGallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_SelectedIndex" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.SelectedIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.SelectedIndex.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets index of the selected item in the RibbonGallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_SelectedItem" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.SelectedItem">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.SelectedItem.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selected item in the RibbonGallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_Text" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.Text.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with the gallery.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_VisibleItems" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.VisibleItems">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.VisibleItems.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_VisibleItems">VisibleItems</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the number of visible items in expanded mode.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_SelectedIndexChanged" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.SelectedIndexChanged">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGallery.SelectedIndex.html#GrapeCity_Spreadsheet_WinForms_Ribbon_RibbonGallery_SelectedIndex">SelectedIndex</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
