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

TdxTileControlItemCustomGlyph.Images Property

Specifies the images to be displayed within a tile item or its frames.

#Declaration

Delphi
property Images: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

Use this property to specify images for a particular tile (a tile item and its frames). If not specified, the images provided via a tile control’s Images property are used instead. If both these properties are specified, the tile item’s images have priority.

Once any of these properties are specified, you can select a tile image via the Glyph.ImageIndex property of a tile item or frame. Alternatively, you can assign a tile image via the Glyph.Image property, which has priority over Glyph.ImageIndex property settings.

See Also