Back to Devexpress

ExtensionsFactory.ComboBox(ComboBoxSettings) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ui-dot-extensionsfactory-dot-combobox-x28-devexpress-dot-web-dot-mvc-dot-comboboxsettings-x29.md

latest1.5 KB
Original Source

ExtensionsFactory.ComboBox(ComboBoxSettings) Method

Creates a ComboBox.

Namespace : DevExpress.Web.Mvc.UI

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ComboBoxExtension ComboBox(
    ComboBoxSettings settings
)
vb
Public Function ComboBox(
    settings As ComboBoxSettings
) As ComboBoxExtension

Parameters

NameTypeDescription
settingsComboBoxSettings

A ComboBoxSettings object containing ComboBox extension settings.

|

Returns

TypeDescription
ComboBoxExtension

A ComboBoxExtension object implementing the ComboBox functionality.

|

See Also

ExtensionsFactory Class

ExtensionsFactory Members

DevExpress.Web.Mvc.UI Namespace