Skip to main content
Row

ColorScale2ConditionalFormatting.MaxPoint Property

Gets the maximum threshold of the color scale conditional formatting rule.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ConditionalFormattingValue MaxPoint { get; }

Property Value

Type Description
ConditionalFormattingValue

The ConditionalFormattingValue object that defines the threshold value and its ConditionalFormattingValueType type.

See Also