Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridColumn.HeaderImageIndex Property

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

#Declaration

Delphi
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