ConditionalFormattingExtremumValue.IsExtremum Property
Indicates whether the threshold value for the conditional formatting rule is evaluated automatically.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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