TcxCustomGridView.Images Property
In This Article
Specifies the image list used as a source of icons for data item headers.
#Declaration
Delphi
property Images: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Images from the collection are specified by the column’s HeaderImageIndex property.
The column’s HeaderGlyph property overrides the column’s HeaderImageIndex property.
The Images
property overrides the grid’s Images property.
See Also