TcxButtonImageOptions.Images Property
Specifies a collection of button images.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
Use the ImageIndex property to select a particular image from the Images collection.
See Also