Represents an extension object implementing the DropDownEdit functionality.
Namespace:DevExpress.Web.Mvc
Assembly:DevExpress.Web.Mvc5.v18.2.dll

Syntax
C# |
public class DropDownEditExtension : EditorExtension
|
VB |
Public Class DropDownEditExtension Inherits EditorExtension
|

Remarks
To declare the DropDownEdit in a View, invoke the ExtensionsFactory.DropDownEdit helper method. This method returns the DropDownEdit extension that is implemented by the DropDownEditExtension class.
To configure the DropDownEdit extension, pass the DropDownEditSettings object to the ExtensionsFactory.DropDownEdit helper method as a parameter. The DropDownEditSettings object contains all the DropDownEdit extension settings.
Refer to the DropDownEdit Overview topic to learn how to add the DropDownEdit extension to your project.

Inheritance Hierarchy
System.Object
ExtensionBase
EditorExtension
DropDownEditExtension

See Also