TcxRowCaptionInfo.ImageIndex Property
Returns the index of the image assigned to a row caption item.
Declaration
property ImageIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Read the ImageIndex property to obtain the index of the image assigned to a row caption item. To get access to the collection of images assigned to the vertical grid, you should use the VerticalGrid.Images property.
Additionally, you can obtain the rectangle of the image assigned via the ImageRect property.
See Also