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

TdxCustomGalleryControl.Images Property

Provides images to be displayed within a gallery.

#Declaration

Delphi
property Images: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

The gallery control enables you to display images within items. To accomplish this, do one of the following:

  • Assign images to individual items via an item’s Glyph property;

  • Provide an image list (a TCustomImageList descendant, for instance, TcxImageList) via the Images property and assign images from the list via an item’s ImageIndex property.

Note that the Glyph property has a higher priority than the ImageIndex property.

See Also