Skip to main content
Row

ColorScale2ConditionalFormatting.MinPointColor Property

Gets the color corresponding to the minimum threshold specified in the two-color scale conditional formatting rule.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Color MinPointColor { get; }

Property Value

Type Description
Color

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

See Also