TcxCustomHeader.Images Property
Specifies the images list used to display small images within header sections.
Declaration
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