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

ColorScale2ConditionalFormatting.MaxPointColor Property

Gets the color corresponding to the maximum threshold of the two-color scale conditional formatting rule.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

Color MaxPointColor { get; }

Property Value

Type Description
Color

A Color object that defines the color for the maximum value in the range of cells.

See Also