DropDownStyle Enum
In This Article
Specifies the manner in which an end user can change a combobox editor’s value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Drop
|
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. |
Drop
|
End users are allowed to change the editor’s edit value only by selecting an item from the dropdown list. |
#Related API Members
The following properties accept/return DropDownStyle values:
Library | Related API Members |
---|---|
ASP. |
Bootstrap |
Bootstrap |
|
ASP. |
ASPx |
Combo |
#Remarks
The DropDownStyle type enumerates the possible values for the ASPxComboBox.DropDownStyle (ComboBoxProperties.DropDownStyle) property.
See Also