Skip to main content
A newer version of this page is available. .

FormLayoutNestedExtensionFactory.ComboBox(Action<ComboBoxSettings>) Method

Creates a ComboBox.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void ComboBox(
    Action<ComboBoxSettings> settingsMethod
)

Parameters

Name Type Description
settingsMethod Action<ComboBoxSettings>

A delegate method that accepts ComboBoxSettings as a parameter.

See Also