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

ConditionalFormattingIconSet Method

Provides access to the global storage of icons that you can use to create “Icon Set“ conditional formatting rules.

#Declaration

Delphi
function ConditionalFormattingIconSet: TdxSpreadSheetConditionalFormattingIconSet;

#Returns

Type
TdxSpreadSheetConditionalFormattingIconSet

#Remarks

You can call this global function to customize the collection of available icon presets or obtain the required icon preset’s identifier for use in an “Icon Set” conditional formatting rule. Refer to the TdxSpreadSheetConditionalFormattingIconSet class description for detailed information on all available options.

Note

A first ConditionalFormattingIconSet function call creates and populates the global conditional formatting icon storage.

See Also