ComboBoxExtension Class
In This Article
Represents an extension object implementing the ComboBox functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class ComboBoxExtension :
EditorExtension
#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
Object
ExtensionBase
EditorExtension
ComboBoxExtension
See Also