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

DropDownEditExtension Class

Represents an extension object implementing the DropDownEdit functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class DropDownEditExtension :
    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

See Also