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

TcxHintStyle.Icon Property

The custom icon displayed in a hint window.

#Declaration

Delphi
property Icon: TdxSmartGlyph read; write;

#Property Value

Type Description
TdxSmartGlyph

The custom icon source for a hint window.

#Remarks

The TcxHintStyleController component can display a predefined or custom icon in hints. The IconSize property allows you to specify the required size of the displayed icon.

To display a custom icon in a hint window, set the IconType property to cxhiCustom and use the Icon property to load the required image. If the IconType property has any other value, the Icon property has no effect.

#Design-Time Functionality

You can click the Icon property’s ellipsis button in the Object Inspector to invoke the Image Picker dialog that allows you to load any custom icon or an image from the DevExpress Icon Library.

See Also