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

ColorEditItem.Color Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Color), "")]
public Color Color { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color object that specifies the color.

See Also