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

ConditionalFormattingExtremumValue.IsExtremum Property

Indicates whether the threshold value for the conditional formatting rule is evaluated automatically.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool IsExtremum { get; }

Property Value

Type Description
Boolean

true, if the threshold is evaluated automatically, otherwise false.

Remarks

Use the ConditionalFormattingCollection.CreateValue method to specify the ConditionalFormattingValueType type of the threshold and set its value. Call the ConditionalFormattingCollection.CreateValue method with the ConditionalFormattingValueType.MinMax parameter to set the minimum and maximum thresholds to the lowest and highest values in a range of cells, respectively.

See Also