DropDownStyle Enum
Specifies the manner in which an end user can change a combobox editor’s value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
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 |
Remarks
The DropDownStyle type enumerates the possible values for the ASPxComboBox.DropDownStyle (ComboBoxProperties.DropDownStyle) property.
See Also