TdxListColumn.ImageIndex Property
Specifies the column’s image index.
Declaration
property ImageIndex: TcxImageIndex read; write; default -1;
Property Value
Type | Description |
---|---|
TcxImageIndex | An image index. |
Remarks
The column can show an image from the List View control’s image storage. Assign an image’s index in this storage to the ImageIndex property to display the image in the column’s header. You can assign -1 to this property to display no image in the column.
Note
The column displays no image if the corresponding image storage is not specified (that is, the List View’s ImageOptions.ColumnHeaderImages is set to nil in Delphi or nullptr in C++Builder).
See Also