# GrapeCity.Documents.Word.DropDownItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_DropDownItem" data-uid="GrapeCity.Documents.Word.DropDownItem" class="text-break">DropDownItem Class
</h1>
  <div class="markdown level0 summary"><p>Specifies a single list item within the content control.
Each list item shall be displayed in the list displayed for the content control (if a user interface is present).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DropDownItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_DropDownItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DropDownItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DropDownItem</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_DropDownItem__ctor_System_String_System_String_" data-uid="GrapeCity.Documents.Word.DropDownItem.#ctor(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.DropDownItem.-ctor.html#GrapeCity_Documents_Word_DropDownItem__ctor_System_String_System_String_">DropDownItem(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.DropDownItem.html">DropDownItem</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_DropDownItem_Text" data-uid="GrapeCity.Documents.Word.DropDownItem.Text">
          <a class="xref" href="GrapeCity.Documents.Word.DropDownItem.Text.html#GrapeCity_Documents_Word_DropDownItem_Text">Text</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_DropDownItem_Value" data-uid="GrapeCity.Documents.Word.DropDownItem.Value">
          <a class="xref" href="GrapeCity.Documents.Word.DropDownItem.Value.html#GrapeCity_Documents_Word_DropDownItem_Value">Value</a>
        </td>
        <td 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>
</td>
      </tr>
    </tbody>
  </table>

</div>
