<DropStyle> (Dropdown Style)
This element specifies the style of the dropdown. Allowed values are:
Value  | 
Description  | 
|---|---|
Combo  | 
Standard combo box  | 
ComboEdit  | 
Editable combo box  | 
Simple  | 
Standard combo box with only the dropdown button visible when the box is not expanded  | 
This element is used for dropdowns.
example: 
<x:ClientData … > …
  <x:DropStyle>Combo</x:DropStyle>
</x:ClientData>
The possible values for this element are defined by the XML Schema string datatype.
Parent Elements  | 
|---|
  |