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

RibbonColorButtonItemBase.Color Property

Gets or sets the item’s color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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