# C1.Win.C1Input.C1DropDownControl.DropDownStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Input_C1DropDownControl_DropDownStyle_" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownStyle*">DropDownStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Input_C1DropDownControl_DropDownStyle_" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownStyle*"></a>
<h4 id="C1_Win_C1Input_C1DropDownControl_DropDownStyle" data-uid="C1.Win.C1Input.C1DropDownControl.DropDownStyle">DropDownStyle</h4>
<div class="markdown level1 summary"><p>Gets or sets the style of the combo box.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DropDownStyle DropDownStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property DropDownStyle As DropDownStyle</code></pre>
</div>
<h5 id="C1_Win_C1Input_C1DropDownControl_DropDownStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The DropDownStyle property specifies whether the text portion can be edited.</p>
<p>
If the value is Default, the text is editable and the dropdown list is displayed by clicking the down arrow.
</p>
<p>
If the value is DropDownList, the text is not editable and the dropdown list is displayed by clicking any part of the control. 
</p>
</div>
</div>
