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

ColorEditExtension Class

Represents an extension object implementing the ColorEdit functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class ColorEditExtension :
    EditorExtension

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.

Inheritance

See Also