ComponentOne FlexGrid for WinForms
ImageMap Property (RowCol)

C1.Win.C1FlexGrid Namespace > RowCol Class : ImageMap Property
Gets or sets an System.Collections.IDictionary object used to translate data values into images for this row or column.
Syntax
'Declaration
 
Public Property ImageMap As IDictionary
public IDictionary ImageMap {get; set;}
Remarks

Use this property to associate data values in this row or column with images. For example, if a column contains country names, you can use this property to display the corresponding flags.

Use the ImageAndText property to determine whether the image is displayed instead of or in addition to the cell text.

See Also

Reference

RowCol Class
RowCol Members