# GrapeCity.Win.Spread.InputMan.CellType.DropDownCalculator.ShowOutput

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownCalculator_ShowOutput_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownCalculator.ShowOutput*">ShowOutput Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_DropDownCalculator_ShowOutput_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownCalculator.ShowOutput*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownCalculator_ShowOutput" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownCalculator.ShowOutput">ShowOutput</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">bool</a> value indicates whether to show the output region.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(true)]
public bool ShowOutput { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
Public Property ShowOutput As Boolean</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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>A <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">bool</a> value indicates whether to show the output region.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownCalculator_ShowOutput_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property determines whether to show the output area or not.
When the value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, the output will shown on the EditBox of <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcNumber</span> control.</p>
</div>
</div>
