# GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ShowLiterals

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ShowLiterals_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ShowLiterals*">ShowLiterals Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ShowLiterals_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ShowLiterals*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ShowLiterals" data-uid="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ShowLiterals">ShowLiterals</h4>
<div class="markdown level1 summary"><p>Gets or sets whether to display the literals during user entry.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual ShowLiterals ShowLiterals { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Property ShowLiterals As ShowLiterals</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.ShowLiterals.html">ShowLiterals</a></td>
      <td><p>One of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ShowLiterals.html#GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ShowLiterals">ShowLiterals</a> enumeration values.<br>
<br> The default is <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShowLiterals.html#GrapeCity_Win_Spread_InputMan_CellType_ShowLiterals_Always">Always</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_FieldsEditorControl_ShowLiterals_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShowLiterals.html#GrapeCity_Win_Spread_InputMan_CellType_ShowLiterals_Always">Always</a> means the literal fields are always displayed.
The <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShowLiterals.html#GrapeCity_Win_Spread_InputMan_CellType_ShowLiterals_PostDisplay">PostDisplay</a> means the literal field is displayed after the field next to the literal field, only when the field has data.
The <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShowLiterals.html#GrapeCity_Win_Spread_InputMan_CellType_ShowLiterals_PreDisplay">PreDisplay</a> means the literal field is displayed before the field next to the literal field, only when the field has data.</p>
</div>
</div>
