TdxRibbonGalleryBaseOptions.Images Property
Provides images for gallery items.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
To associate a gallery item with an image from this image list, use the gallery item’s ImageIndex property.
See Also