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

ComboBoxExtension Class

Represents an extension object implementing the ComboBox functionality.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class ComboBoxExtension :
    EditorExtension

The following members return ComboBoxExtension objects:

Remarks

To declare the ComboBox in a View, invoke the ExtensionsFactory.ComboBox helper method. This method returns the ComboBox extension that is implemented by the ComboBoxExtension class.

To configure the ComboBox extension, pass the ComboBoxSettings object to the ExtensionsFactory.ComboBox helper method as a parameter. The ComboBoxSettings object contains all the ComboBox extension settings.

Refer to the ComboBox Overview topic to learn how to add the ComboBox extension to your project.

Inheritance

See Also