# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.DisplayText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalculator_DisplayText_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.DisplayText*">DisplayText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalculator_DisplayText_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.DisplayText*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalculator_DisplayText" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.DisplayText">DisplayText</h4>
<div class="markdown level1 summary"><p>Gets the display text of a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.html">GcDropDownCalculator</a>. This is a dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string DisplayText { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property DisplayText As String</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.string">string</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value which represents the display text of the control.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalculator_DisplayText_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalculator_Value">Value</a> is not <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.html">GcDropDownCalculator</a> has no error, the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.DisplayText.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalculator_DisplayText">DisplayText</a> is the display string of the value; if <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.html">GcDropDownCalculator</a> has error, the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.DisplayText.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalculator_DisplayText">DisplayText</a> is the error information string for notifying that the calculation has some errors.</p>
</div>
</div>
