aspnet-devexpress-dot-web-89e7e909.md
Specifies the manner in which an end user can change a combobox editor’s value.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum DropDownStyle
Public Enum DropDownStyle
| Name | Description |
|---|---|
DropDown |
End users are allowed to change the editor’s edit value by either selecting an item from the dropdown list or entering new values into the edit box.
|
| DropDownList |
End users are allowed to change the editor’s edit value only by selecting an item from the dropdown list.
|
The following properties accept/return DropDownStyle values:
| Library | Related API Members |
|---|---|
| ASP.NET Bootstrap Controls | BootstrapComboBox.DropDownStyle |
| BootstrapComboBoxProperties.DropDownStyle | |
| ASP.NET Web Forms Controls | ASPxComboBox.DropDownStyle |
| ComboBoxProperties.DropDownStyle |
The DropDownStyle type enumerates the possible values for the ASPxComboBox.DropDownStyle (ComboBoxProperties.DropDownStyle) property.
See Also