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

ColorEditSettings Class

Contains the ColorEdit extension settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class ColorEditSettings :
    EditorSettings

Remarks

To declare the ColorEdit in a View, invoke the ExtensionsFactory.ColorEdit helper method. This method returns the ColorEdit extension that is implemented by the ColorEditExtension class.

To configure the ColorEdit extension, pass the ColorEditSettings object to the ExtensionsFactory.ColorEdit helper method as a parameter. The ColorEditSettings object contains all the ColorEdit extension settings.

Refer to the ColorEdit Overview topic to learn how to add the ColorEdit extension to your project.

To access the ColorEdit specific settings, refer to the ColorEditSettings.Properties property.

Inheritance

See Also