# GrapeCity.Documents.Word.DropDownItem.Text

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_DropDownItem_Text_" data-uid="GrapeCity.Documents.Word.DropDownItem.Text*">Text Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_DropDownItem_Text_" data-uid="GrapeCity.Documents.Word.DropDownItem.Text*"></a>
<h4 id="GrapeCity_Documents_Word_DropDownItem_Text" data-uid="GrapeCity.Documents.Word.DropDownItem.Text">Text</h4>
<div class="markdown level1 summary"><p>Gets or sets the text to display for this list item.
This value shall be used as follows:
If the content control is mapped to a custom XML element, the value in that custom XML element shall be mapped to the <a class="xref" href="GrapeCity.Documents.Word.DropDownItem.Value.html#GrapeCity_Documents_Word_DropDownItem_Value">Value</a> property,
and the <a class="xref" href="GrapeCity.Documents.Word.DropDownItem.Text.html#GrapeCity_Documents_Word_DropDownItem_Text">Text</a> property value shall be displayed.
If the corresponding item is selected via a user interface, this value shall be stored in the control content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Text { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Text As String</code></pre>
</div>
</div>
