# GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Visible

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_Visible_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Visible*">Visible Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_Visible_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Visible*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_Visible" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Visible">Visible</h4>
<div class="markdown level1 summary"><p>Gets or sets the visibility of the side button.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ButtonVisibility Visible { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Visible As ButtonVisibility</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.ButtonVisibility.html">ButtonVisibility</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ButtonVisibility.html">ButtonVisibility</a> enumeration that indicates the visibility settings for the side button.
<br> The default is <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ButtonVisibility.html#GrapeCity_Win_Spread_InputMan_CellType_ButtonVisibility_ShowAlways">ShowAlways</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_SideButtonBase_Visible_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <b>Visible</b> property determines whether the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a> is visible, always shown,
shown only if the container control gets focus, or never shown.</p>
</div>
</div>
