DropDownEditSettings Class
Contains the DropDownEdit extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
To access the DropDownEdit specific settings, refer to the DropDownEditSettings.Properties property.