IDataGrid.Images

Fore Syntax

Images: IImageList;

Fore.NET Syntax

Images: Prognoz.Platform.Interop.Forms.ImageList;

Description

The Images property determines the component, images of which are to be used in table cells.

Comments

Any component must be specified as the property value ImageListor GlobalImageList. The IDataGridRows.ImageIndex property is intended for using images in cells.

See also:

IDataGrid