# C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection" data-uid="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection" class="text-break">RibbonGroupSizeDefinitionCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of  <a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinition.html">RibbonGroupSizeDefinition</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinition.html">RibbonGroupSizeDefinition</a>&gt;</div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection</a>&lt;<a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinition.html">RibbonGroupSizeDefinition</a>&gt;</div>
    <div class="level3"><span class="xref">RibbonGroupSizeDefinitionCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinition.html">RibbonGroupSizeDefinition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinition.html">RibbonGroupSizeDefinition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinition.html">RibbonGroupSizeDefinition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinition.html">RibbonGroupSizeDefinition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinition.html">RibbonGroupSizeDefinition</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Ribbon.html">C1.WPF.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Ribbon.dll</h6>
  <h5 id="C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonGroupSizeDefinitionCollection : ObservableCollection&lt;RibbonGroupSizeDefinition&gt;, IList&lt;RibbonGroupSizeDefinition&gt;, ICollection&lt;RibbonGroupSizeDefinition&gt;, IList, ICollection, IReadOnlyList&lt;RibbonGroupSizeDefinition&gt;, IReadOnlyCollection&lt;RibbonGroupSizeDefinition&gt;, IEnumerable&lt;RibbonGroupSizeDefinition&gt;, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonGroupSizeDefinitionCollection
    Inherits ObservableCollection(Of RibbonGroupSizeDefinition)
    Implements IList(Of RibbonGroupSizeDefinition), ICollection(Of RibbonGroupSizeDefinition), IList, ICollection, IReadOnlyList(Of RibbonGroupSizeDefinition), IReadOnlyCollection(Of RibbonGroupSizeDefinition), IEnumerable(Of RibbonGroupSizeDefinition), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</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="C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection__ctor" data-uid="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.#ctor">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.-ctor.html#C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection__ctor">RibbonGroupSizeDefinitionCollection()</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_ClearItems" data-uid="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.ClearItems">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.ClearItems.html#C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_InsertItem_System_Int32_C1_WPF_Ribbon_RibbonGroupSizeDefinition_" data-uid="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.InsertItem(System.Int32,C1.WPF.Ribbon.RibbonGroupSizeDefinition)">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.InsertItem.html#C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_InsertItem_System_Int32_C1_WPF_Ribbon_RibbonGroupSizeDefinition_">InsertItem(int, RibbonGroupSizeDefinition)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_MoveItem_System_Int32_System_Int32_" data-uid="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.MoveItem(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.MoveItem.html#C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_MoveItem_System_Int32_System_Int32_">MoveItem(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_RemoveItem_System_Int32_" data-uid="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.RemoveItem(System.Int32)">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.RemoveItem.html#C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_SetItem_System_Int32_C1_WPF_Ribbon_RibbonGroupSizeDefinition_" data-uid="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.SetItem(System.Int32,C1.WPF.Ribbon.RibbonGroupSizeDefinition)">
          <a class="xref" href="C1.WPF.Ribbon.RibbonGroupSizeDefinitionCollection.SetItem.html#C1_WPF_Ribbon_RibbonGroupSizeDefinitionCollection_SetItem_System_Int32_C1_WPF_Ribbon_RibbonGroupSizeDefinition_">SetItem(int, RibbonGroupSizeDefinition)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
