# GrapeCity.Documents.Word.DropDownItem.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_DropDownItem_Value_" data-uid="GrapeCity.Documents.Word.DropDownItem.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_DropDownItem_Value_" data-uid="GrapeCity.Documents.Word.DropDownItem.Value*"></a>
<h4 id="GrapeCity_Documents_Word_DropDownItem_Value" data-uid="GrapeCity.Documents.Word.DropDownItem.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets or sets the value 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.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Value As String</code></pre>
</div>
</div>
