ColorEditSettings.Color Property
In This Article
Gets or sets the editor’s color in RGB format.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Color | A Color object representing the color. |
#Remarks
The Color property is used to specify the color of the editor. To specify this color on the client side, use the ASPxClientColorEdit.GetColor and ASPxClientColorEdit.SetColor methods.
See Also