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

DataBarConditionalFormatting.BorderColor Property

Gets or sets the data bar border color.

Namespace: DevExpress.Spreadsheet

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

Declaration

Color BorderColor { get; set; }

Property Value

Type Description
Color

A Color object that specifies the border line color.

See Also