IDataGridStyle.ImageAlign

Fore Syntax

ImageAlign: GxImageAlign;

Fore.NET Syntax

ImageAlign: Prognoz.Platform.Interop.Drawing.GxImageAlign;

Description

The ImageAlign property determines image position relative to the text in the cell.

Comments

Use the IDataGridRows.ImageIndex property to select the used image. The IDataGrid.Images property must be defined to use images in the component cells.

See also:

IDataGridStyle