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

DropDownEditSettings Class

Contains the DropDownEdit extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class DropDownEditSettings :
    EditorSettings

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.

Inheritance

See Also