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

TdxSpreadSheetConditionalFormattingRuleColorScaleStop.Color Property

Specifies the key gradient color that corresponds to the rule threshold value.

#Declaration

Delphi
property Color: TColor read; write; default clYellow;

#Property Value

Type Default Description
TColor clYellow

The key gradient color that corresponds to the rule threshold value.

#Remarks

Use the Color property to specify a color for a gradient point in a color scale-based conditional formatting rule.

VCL Spreadsheet: Gradient Stops in a Conditional Formatting Rule

Note

Two Color Scale and Three Color Scale conditional formatting rule constructors initialize the Color property to a color depending on a specific rule and gradient stop position.

Refer to the TdxSpreadSheetConditionalFormattingRuleTwoColorScale.Create and TdxSpreadSheetConditionalFormattingRuleThreeColorScale.Create topics for detailed information.

#Default Value

The Color property’s default value is clYellow.

See Also