# GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.DropDownStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_DropDownStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.DropDownStyle*">DropDownStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_DropDownStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.DropDownStyle*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_DropDownStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.DropDownStyle">DropDownStyle</h4>
<div class="markdown level1 summary"><p>Gets or sets the drop-down style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(true)]
public ComboBoxStyle DropDownStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
Public Property DropDownStyle As ComboBoxStyle</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.comboboxstyle">ComboBoxStyle</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.comboboxstyle">ComboBoxStyle</a> value.
<br> The default is <code>System.Windows.Forms.ComboBoxStyle.DropDown</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_DropDownStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <b>DropDownStyle</b> property controls the interface that is presented to the user.
You can enter a value that provides a simple drop-down list box, where the list always displays, a drop-down list box,
where the text portion is not editable and you must select an arrow to view the drop-down, or the default drop-down list box,
where the text portion is editable and the user must press the arrow key to view the list.</p>
<p></p>
If you set the <b>DropDownStyle</b> property to <b>DropDownList</b>, 
you can select only valid values from the list. If you set the <b>DropDownStyle</b> property to <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.DropDown.html#GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_DropDown">DropDown</a>, 
you can type any value in the editable area of the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcComboBox</span> cell. In this case, 
the <b>Append</b> value of <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.AutoCompleteMode.html#GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_AutoCompleteMode">AutoCompleteMode</a> works 
the same as the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.autocompletemode#system-windows-forms-autocompletemode-suggestappend">SuggestAppend</a> value of <b>AutoCompleteMode</b>.
</div>
</div>
