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.Name Property

Returns the preset’s identifier name within the icon preset collection.

#Declaration

Delphi
property Name: string read;

#Property Value

Type
string

#Remarks

Use this property to obtain the icon preset’s string identifier within the collection. To associate the preset with an “Icon Set“ conditional formatting rule, assign the Name property value to the rule’s PresetName property. Refer to the global conditional formatting icon storage’s Presets property description for all the names of all predefined icon presets.

You can also use the Name property value to find the preset within the collection by calling its FindByName function.

Note

To obtain the icon preset’s descriptive name for use in UI elements of your application, use the Description property instead.

See Also