Skip to main content

TcxCustomGridView.Images Property

Specifies the image list used as a source of icons for data item headers.

Declaration

property Images: TCustomImageList read; write;

Property Value

Type
TCustomImageList

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