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

ColorEditSettings.Color Property

Gets or sets the editor’s color in RGB format.

Namespace: DevExpress.Web.Mvc

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

Declaration

public Color Color { get; set; }

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