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

In This Topic
    ImageMap Property (CellStyle)
    In This Topic
    Gets or sets an System.Collections.IDictionary used to associate cell values with images.
    Syntax
    'Declaration
     
    
    Public Property ImageMap As IDictionary
    public IDictionary ImageMap {get; set;}
    See Also