Back to Devexpress

DropDownStyle Enum

aspnet-devexpress-dot-web-89e7e909.md

latest1.9 KB
Original Source

DropDownStyle Enum

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

Declaration

csharp
public enum DropDownStyle
vb
Public Enum DropDownStyle

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapComboBox.DropDownStyle
BootstrapComboBoxProperties.DropDownStyle
ASP.NET Web Forms ControlsASPxComboBox.DropDownStyle
ComboBoxProperties.DropDownStyle

Remarks

The DropDownStyle type enumerates the possible values for the ASPxComboBox.DropDownStyle (ComboBoxProperties.DropDownStyle) property.

See Also

Drop-Down Editor

DevExpress.Web Namespace