# GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection" class="text-break">SideButtonCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the collection for Side buttons.</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.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">SideButtonCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class SideButtonCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class SideButtonCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</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_Win_Spread_InputMan_CellType_SideButtonCollection_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a> at the specified index in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Item_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element with the specified name.</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="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Add(GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_">Add(SideButtonBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a> to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange(GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase___">AddRange(SideButtonBase[])</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the specified array to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_AddRange_System_Collections_Generic_IList_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange(System.Collections.Generic.IList{GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_AddRange_System_Collections_Generic_IList_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase__">AddRange(IList&lt;SideButtonBase&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the contents of another <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a> to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Contains(GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_">Contains(SideButtonBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the collection contains the specified <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_ContainsKey_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.ContainsKey(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.ContainsKey.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_ContainsKey_System_String_">ContainsKey(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.html">NamedObjectCollection&lt;T&gt;</a> collection contains an item with the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.CopyTo(GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase___System_Int32_">CopyTo(SideButtonBase[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection objects to a one-dimensional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a> instance that begins at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Find_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Find(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Find.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Find_System_String_">Find(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the item using the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_">IndexOf(SideButtonBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index in the collection of the specified <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a>, if it exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_IndexOfKey_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.IndexOfKey(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.IndexOfKey.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_IndexOfKey_System_String_">IndexOfKey(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the index of the first occurrence of the specified item within the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_">Insert(int, SideButtonBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a> into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnClear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnClear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnClear.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when clearing the contents of the
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnClearComplete" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnClearComplete">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnClearComplete.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after clearing the contents of the
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnCollectionChanged_System_ComponentModel_CollectionChangeEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnCollectionChanged.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnCollectionChanged_System_ComponentModel_CollectionChangeEventArgs_">OnCollectionChanged(CollectionChangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.CollectionChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnInsert_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnInsert.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before inserting a new element into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnInsertComplete.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after inserting a new element into the
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnRemove_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnRemove.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnRemove_System_Int32_System_Object_">OnRemove(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when removing an element from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnRemoveComplete.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after removing an element from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnSet_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnSet(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnSet.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnSet_System_Int32_System_Object_System_Object_">OnSet(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before setting a value in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnSetComplete.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after setting a value in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnValidate_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnValidate(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.OnValidate.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_OnValidate_System_Object_">OnValidate(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when validating a value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Remove(GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_">Remove(SideButtonBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a> from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
