TdxBarImageCombo.Images Property
Specifies the images list associated with a dropdown items list.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
Every dropdown item consists of text and an image. The Images contains the bitmaps to display next to text for a dropdown item.
See Also