Skip to main content

TcxCustomGridColumn.HeaderImageIndex Property

Specifies the column header’s image from the images collection.

Declaration

property HeaderImageIndex: TcxImageIndex read; write; default -1;

Property Value

Type
TcxImageIndex

Remarks

The HeaderImageIndex property automatically provides an image by its index from the collection specified either by the View’s Images property, or by the grid’s Images property. The View’s Images property overrides the grid’s Images property, if both these properties are specified.

The column’s HeaderGlyph property overrides the HeaderImageIndex property.

The default value of the HeaderImageIndex property is -1.

See Also