FlexGrid for WinForms
ImageMap Property (RowCol)



Gets or sets an System.Collections.IDictionary object used to translate data values into images for this row or column.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property ImageMap As IDictionary
'Usage
 
Dim instance As RowCol
Dim value As IDictionary
 
instance.ImageMap = value
 
value = instance.ImageMap
[Browsable(false)]
public IDictionary ImageMap {get; set;}
[Browsable(false)]
public:
property IDictionary^ ImageMap {
   IDictionary^ get();
   void set (    IDictionary^ value);
}
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowCol Class
RowCol Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback