Back to Devexpress

TdxUIAdornerManager.Images Property

vcl-dxuiadorners-dot-tdxuiadornermanager-af9966af.md

latest968 B
Original Source

TdxUIAdornerManager.Images Property

Specifies the source of images displayed by individual badge UI adorners.

Declaration

delphi
property Images: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

Use this property to associate the UI adorner manager with an image list. Then, you can assign an image within the list to a badge by using its Background.ImageIndex property.

Alternatively, you can assign a badge background image via the Background.Glyph property.

See Also

TdxUIAdornerManager Class

TdxUIAdornerManager Members

dxUIAdorners Unit