TcxRowCaptionInfo.Images Property
Returns the collection of images used by the vertical grid.
Declaration
property Images: TCustomImageList read;
Property Value
Type |
---|
TCustomImageList |
Remarks
Read the Images property to obtain the collection of images used by the vertical grid control.
To determine the index of the image assigned to the row item caption, you should use the ImageIndex property. Additionally, you can obtain the rectangle occupied by the item’s caption image via the ImageRect property.
See Also