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

TdxSpreadSheetConditionalFormattingIconSetPreset.Description Property

Returns the icon preset’s descriptive name.

#Declaration

Delphi
property Description: string read;

#Property Value

Type
string

#Remarks

You can use this property to display the icon preset’s descriptive name in UI elements of your application. To obtain the preset’s identifier string within the collection, use the Name property instead.

Refer to the global conditional formatting icon storage‘s Presets property description for the full list of 19 built-in presets, including their identifiers, descriptions, and preview examples.

See Also