# GrapeCity.Win.Spread.InputMan.CellType.ComboDropDown

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDown" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDown" class="text-break">ComboDropDown Class
</h1>
  <div class="markdown level0 summary"><p>Represents settings for <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcComboBox.DropDown</span> function.</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.Win.Spread.InputMan.CellType.DropDown.html">DropDown</a></div>
    <div class="level2"><span class="xref">ComboDropDown</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDown_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboDropDown : DropDown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ComboDropDown
    Inherits DropDown</code></pre>
  </div>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDown_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class provides settings for the drop-down function.</p>
</div>
  <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_Win_Spread_InputMan_CellType_ComboDropDown_AutoWidth" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDown.AutoWidth">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDown.AutoWidth.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDown_AutoWidth">AutoWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not calculate the width for the drop down window when opening
the drop down list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDown_Height" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDown.Height">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDown.Height.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDown_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of drop down.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ComboDropDown_Width" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDown.Width">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ComboDropDown.Width.html#GrapeCity_Win_Spread_InputMan_CellType_ComboDropDown_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of drop down.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
