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

TdxTileControlItem.GalleryImages Property

Specifies a collection of images to be displayed inside the tile item with a mosaic effect.

#Declaration

Delphi
property GalleryImages: TcxImageCollection read; write;

#Property Value

Type
TcxImageCollection

#Remarks

If this property is assigned an image collection, the tile item replaces its frame animation with images from the collection, and displays them with a mosaic effect similar to that found in the Windows Phone People Hub. You can have images of various dimensions displayed in mosaics. The tile control automatically scales these images maintaining their aspect ratio.

Use the tile item’s AnimationInterval property to specify the delay between displaying images.

See Also