TdxCustomGalleryControl.Images Property
Provides images to be displayed within a gallery.
Declaration
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