Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DataBarConditionalFormatting.Color Property

Gets or sets the color associated with data bars in the data bar conditional format.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

Color Color { get; set; }

Property Value

Type Description
Color

A Color object that defines the color of the data bar.

See Also