TcxCustomVerticalGrid.Images Property
Returns the images associated with the vertical grid.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
The Images property exposes the TCustomImageList object that is used to store images used by the vertical grid. These images can be displayed within the category rows. Use the Row.Properties.ImageIndex property to associate an image with a row.
See Also