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

TcxCustomHeader.Images Property

Specifies the images list used to display small images within header sections.

#Declaration

Delphi
property Images: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

The Images property specifies the TCustomImageList object and this contains the images for display within the header’s sections. To assign images to the sections, open the Sections editor and edit each item’s TcxHeaderSection.ImageIndex property. If no image is required for a section, set the property value to -1 (the default).

The following screenshot shows the header control containing two sections displaying custom images:

See Also