# GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Behavior

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Behavior_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Behavior*">Behavior Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Behavior_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Behavior*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Behavior" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Behavior">Behavior</h4>
<div class="markdown level1 summary"><p>Gets or sets the behavior when clicking the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.html">SideButtonInfo</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SideButtonBehavior Behavior { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Behavior As SideButtonBehavior</code></pre>
</div>
<h5 class="propertyValue">Property Value</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="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html">SideButtonBehavior</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html">SideButtonBehavior</a> enumeration,
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonBehavior_SpinUp">SpinUp</a> means clicking the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.html">SideButtonInfo</a>, causes spin up behavior,
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonBehavior_SpinDown">SpinDown</a> means clicking the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.html">SideButtonInfo</a>, causes spin down behavior.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Behavior_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When set to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonBehavior_SpinUp">SpinUp</a>, the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Text.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Text">Text</a> property is changed to &quot;+&quot;, and the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Interval">Interval</a> property is changed to 60.
When set to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonBehavior_SpinDown">SpinDown</a>, the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Text.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Text">Text</a> property is changed to &quot;-&quot;, and the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Interval">Interval</a> property is changed to 60.
When set to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonBehavior_None">None</a>, the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Text.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Text">Text</a> property is changed to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string.empty">Empty</a>, and the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonInfo_Interval">Interval</a> property is changed to 0.</p>
</div>
</div>
