TcxCustomEditProperties.Images Property
Specifies the collection of images used as editor button icons.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
For a particular editor button, an image from the collection is specified by the ImageIndex property.
See Also