Skip to main content

TcxCustomGridView.Images Property

Specifies the collection of images that are used as icons for column 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