# GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.InitializeDefaultSideButtons

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcDateTimeCellType_InitializeDefaultSideButtons_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.InitializeDefaultSideButtons*">InitializeDefaultSideButtons Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_GcDateTimeCellType_InitializeDefaultSideButtons_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.InitializeDefaultSideButtons*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_GcDateTimeCellType_InitializeDefaultSideButtons_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBaseInfo___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.InitializeDefaultSideButtons(GrapeCity.Win.Spread.InputMan.CellType.SideButtonBaseInfo[])">InitializeDefaultSideButtons(SideButtonBaseInfo[])</h4>
<div class="markdown level1 summary"><p>Initializes 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 void InitializeDefaultSideButtons(SideButtonBaseInfo[] defaultSideButtons)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub InitializeDefaultSideButtons(defaultSideButtons As SideButtonBaseInfo())</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBaseInfo.html">SideButtonBaseInfo</a>[]</td>
      <td><span class="parametername">defaultSideButtons</span></td>
      <td><p>The default side buttons for initializing.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcDateTimeCellType_InitializeDefaultSideButtons_GrapeCity_Win_Spread_InputMan_CellType_SideButtonBaseInfo____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <b>InitializeDefaultSideButtons</b> method allows derived classes to initialize the default side buttons
which is created by the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.GetDefaultSideButtonTypes.html#GrapeCity_Win_Spread_InputMan_CellType_GcDateTimeCellType_GetDefaultSideButtonTypes">GetDefaultSideButtonTypes()</a> method.</p>
</div>
</div>
