Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetConditionalFormattingRuleIconSet.StopCount Property

Specifies the number of thresholds that the “Icon Set”conditional formatting rule uses.

#Declaration

Delphi
property StopCount: Integer read; write;

#Property Value

Type
Integer

#Remarks

This property value automatically updates when the newly assigned icon preset consists of a different number of icons. You can use the StopCount property to identify or reduce the number of thresholds that the conditional formatting rule uses, down to the minimum of 3.

The StopCount property value is clamped within a range between 3 and 5, inclusive, since the number of icons constituting 19 predefined presets is within the same range.

The default StopCount property value is 3.

See Also