DropDownStyle Enum
In This Article
Specifies the manner in which an end user can change a combobox editor’s value.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also