# GrapeCity.Documents.Excel.Forms.DropDownItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Forms_DropDownItem" data-uid="GrapeCity.Documents.Excel.Forms.DropDownItem" class="text-break">DropDownItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents an item of <a class="xref" href="GrapeCity.Documents.Excel.Forms.IDropDown.html">IDropDown</a>.</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"><a class="xref" href="GrapeCity.Documents.Excel.Forms.SelectorItem.html">SelectorItem</a></div>
    <div class="level2"><span class="xref">DropDownItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Forms.html">GrapeCity.Documents.Excel.Forms</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Forms_DropDownItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DropDownItem : SelectorItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DropDownItem
    Inherits SelectorItem</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_Excel_Forms_DropDownItem__ctor" data-uid="GrapeCity.Documents.Excel.Forms.DropDownItem.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.DropDownItem.-ctor.html#GrapeCity_Documents_Excel_Forms_DropDownItem__ctor">DropDownItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an empty item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Forms_DropDownItem__ctor_System_String_" data-uid="GrapeCity.Documents.Excel.Forms.DropDownItem.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Forms.DropDownItem.-ctor.html#GrapeCity_Documents_Excel_Forms_DropDownItem__ctor_System_String_">DropDownItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an item with value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
