DropDownEditExtension Class
Represents an extension object implementing the DropDownEdit functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return DropDownEditExtension objects:
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.