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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Behavior_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Behavior*">Behavior Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Behavior_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Behavior*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Behavior" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Behavior">Behavior</h4>
<div class="markdown level1 summary"><p>Gets or sets the behavior when click the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.html">SideButton</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 when click the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.html">SideButton</a>, it will do spin up behavior,
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonBehavior_SpinDown">SpinDown</a> means when click the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.html">SideButton</a>, it will do spin down behavior.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Behavior_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When set as <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonBehavior_SpinUp">SpinUp</a>, <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Text.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Text">Text</a> property will be forced changed to &quot;+&quot;, <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Interval">Interval</a> property will be forced changed to 60.
When set as <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonBehavior_SpinDown">SpinDown</a>, <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Text.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Text">Text</a> property will be forced changed to &quot;-&quot;, <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Interval">Interval</a> property will be forced changed to 60.
When set as <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBehavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButtonBehavior_None">None</a>, <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Text.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Text">Text</a> property will be forced changed to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string.empty">Empty</a>, <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Interval">Interval</a> property will be forced changed to 0.</p>
</div>
</div>
