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

TdxSpreadSheetConditionalFormattingIconSet Class

Stores all icons and icon presets available for use in Icon Set conditional formatting rules.

#Declaration

Delphi
TdxSpreadSheetConditionalFormattingIconSet = class(
    TObject
)

#Remarks

The TdxSpreadSheetConditionalFormattingIconSet class implements the global storage for icons and icon presets for Icon Set conditional formatting rules.

#Main API Members

The list below outlines key members of the TdxSpreadSheetConditionalFormattingIconSet class. These members allow you to work with icon sets for conditional formatting rules in code.

Icons
Provides access to the image list populated with icons available for use in Icon Set conditional formatting rules.
Presets
Allows you to access and manage icon presets for conditional formatting rules.
PresetPreviews

Provides access to the image list populated with icon preset preview images.

The Icon Style combo box in the Conditional Formatting Rule dialog displays all images accessible through this property.

#Direct TdxSpreadSheetConditionalFormattingIconSet Class Reference

The ConditionalFormattingIconSet global function returns a TdxSpreadSheetConditionalFormattingIconSet object.

#Inheritance

TObject
TdxSpreadSheetConditionalFormattingIconSet
See Also