TcxCustomGrid.Images Property
Specifies the image source for grid level tab and column header icons.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
Images from the collection are specified for a particular element using the following properties:
Level tab icon – the level’s ImageIndex property.
Column header icon – the column’s HeaderImageIndex property.
The Images property is overridden by the following properties:
The View’s Images property.
The grid’s LevelTabs.Images property.
The column’s HeaderGlyph property.
See Also