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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_Behavior_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Behavior*">Behavior Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_Behavior_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Behavior*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_Behavior" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.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.SymbolButton.html">SymbolButton</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.SymbolButton.html">SymbolButton</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.SymbolButton.html">SymbolButton</a>, it will do spin down behavior.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_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.SymbolButton.Symbol.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_Symbol">Symbol</a> property will be forced changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Symbols.html#GrapeCity_Win_Spread_InputMan_CellType_Symbols_Arrow">Arrow</a>,
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_SymbolDirection">SymbolDirection</a> property will be forced changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolDirection_Up">Up</a>,
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_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.SymbolButton.Symbol.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_Symbol">Symbol</a> property will be forced changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Symbols.html#GrapeCity_Win_Spread_InputMan_CellType_Symbols_Arrow">Arrow</a>,
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_SymbolDirection">SymbolDirection</a> property will be forced changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolDirection_Down">Down</a>,
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_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.SymbolButton.Symbol.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_Symbol">Symbol</a> property will be forced changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Symbols.html#GrapeCity_Win_Spread_InputMan_CellType_Symbols_None">None</a>,
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_SymbolDirection">SymbolDirection</a> property will be forced changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolDirection_Left">Left</a>,
<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_Interval">Interval</a> property will be forced changed to 0.</p>
</div>
</div>
