Skip to main content
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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Color Color { get; set; }

Property Value

Type Description
Color

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

See Also