ExtensionsFactory.ComboBox(ComboBoxSettings) Method
Creates a ComboBox.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| settings | ComboBoxSettings | A ComboBoxSettings object containing ComboBox extension settings. |
Returns
| Type | Description |
|---|---|
| ComboBoxExtension | A ComboBoxExtension object implementing the ComboBox functionality. |
See Also