Back to Devexpress

TcxCustomGridView.Images Property

vcl-cxgridcustomview-dot-tcxcustomgridview-faf177b9.md

latest1.0 KB
Original Source

TcxCustomGridView.Images Property

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

Declaration

delphi
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

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit