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