# GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.GetDefaultSideButtonTypes

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxCellType_GetDefaultSideButtonTypes_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.GetDefaultSideButtonTypes*">GetDefaultSideButtonTypes Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxCellType_GetDefaultSideButtonTypes_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.GetDefaultSideButtonTypes*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxCellType_GetDefaultSideButtonTypes" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.GetDefaultSideButtonTypes">GetDefaultSideButtonTypes()</h4>
<div class="markdown level1 summary"><p>Gets the default side buttons.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual List&lt;Type&gt; GetDefaultSideButtonTypes()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function GetDefaultSideButtonTypes() As List(Of Type)</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a>&gt;</td>
      <td><p>.
A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a> list that contains all types of default side buttons.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcTextBoxCellType_GetDefaultSideButtonTypes_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <b>GetDefaultSideButtonTypes</b> method that allows derived classes to customize default side buttons when
the cell is created.
If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> is returned, no side buttons are added to the cell.</p>
</div>
</div>
