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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_Behavior_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.Behavior*">Behavior Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_Behavior_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.Behavior*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_Behavior" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.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.SymbolButtonInfo.html">SymbolButtonInfo</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.SymbolButtonInfo.html">SymbolButtonInfo</a>, causes spin down behavior.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_Behavior_remarks">Remarks</h5>
<div class="markdown level1 remarks"><remarks>
    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.SymbolButtonInfo.Symbol.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_Symbol">Symbol</a> property is changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Symbols.html#GrapeCity_Win_Spread_InputMan_CellType_Symbols_Arrow">Arrow</a>, the 
    <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_SymbolDirection">SymbolDirection</a> property is changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolDirection_Up">Up</a>, and the 
    <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_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.SymbolButtonInfo.Symbol.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_Symbol">Symbol</a> property is changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Symbols.html#GrapeCity_Win_Spread_InputMan_CellType_Symbols_Arrow">Arrow</a>, the 
    <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_SymbolDirection">SymbolDirection</a> property is changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolDirection_Down">Down</a>, and the 
    <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_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.SymbolButtonInfo.Symbol.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_Symbol">Symbol</a> property is changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Symbols.html#GrapeCity_Win_Spread_InputMan_CellType_Symbols_None">None</a>, the 
    <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_SymbolDirection">SymbolDirection</a> property is changed to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolDirection_Left">Left</a>, and the 
    <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButtonInfo.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButtonInfo_Interval">Interval</a> property is changed to 0.
    </remarks>
</div>
</div>
