Skip to main content
Tab

ColorEditItem.Color Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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