TdxSpreadSheetConditionalFormattingIconSet.PresetPreviews Property
Provides access to the image list containing previews of all icon presets for display in UI elements of your application.
Declaration
property PresetPreviews: TcxImageList read;
Property Value
Type |
---|
TcxImageList |
Remarks
The image list accessible via the PresetPreviews property is populated with preview images built from the source icons included into the corresponding presets.
The “Icon Style” combo box in the “Conditional Formatting Rule” dialog shows the images within the list accessible via the PresetPreviews property. To obtain these preview images, you can use the approach described in the Icons topic description.
Note
The list of icon preset previews does not update in response to changes made to the Presets collection.
See Also