ColorEditSettings Class
Contains the ColorEdit extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.