Skip to main content

TcxHintStyle.Icon Property

The custom icon displayed in a hint window.

Declaration

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