# GrapeCity.Documents.Excel.Forms.SelectorItem.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_Forms_SelectorItem_Value_" data-uid="GrapeCity.Documents.Excel.Forms.SelectorItem.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_Forms_SelectorItem_Value_" data-uid="GrapeCity.Documents.Excel.Forms.SelectorItem.Value*"></a>
<h4 id="GrapeCity_Documents_Excel_Forms_SelectorItem_Value" data-uid="GrapeCity.Documents.Excel.Forms.SelectorItem.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets or sets the content of this item.</p>
<p>
Gets or sets the string currently stored in the selector item. This value
represents the item content used by selector-based controls such as
<a class="xref" href="GrapeCity.Documents.Excel.Forms.IDropDown.html">IDropDown</a> and <a class="xref" href="GrapeCity.Documents.Excel.Forms.IListBox.html">IListBox</a>.
</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>
<h5 id="GrapeCity_Documents_Excel_Forms_SelectorItem_Value_examples">Examples</h5>
<pre><code class="lang-csharp">DropDownItem item = new DropDownItem("Pending");
string value = item.Value;</code></pre>

</div>
