Skip to main content

ColorEditSettings.Color Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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