FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowCol Class / ImageMap Property

In This Topic
    ImageMap Property (RowCol)
    In This Topic
    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