ColorEditExtension Class
Represents an extension object implementing the ColorEdit 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 ColorEditExtension objects:
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.