[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowCol.ImageMap

ImageMap Property

ImageMap

Gets or sets an IDictionary object used to translate data values into images for this row or column.

Declaration
[Browsable(false)]
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.