# C1.Win.FlexGrid.RowCol.ImageMap

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_RowCol_ImageMap_" data-uid="C1.Win.FlexGrid.RowCol.ImageMap*">ImageMap Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_RowCol_ImageMap_" data-uid="C1.Win.FlexGrid.RowCol.ImageMap*"></a>
<h4 id="C1_Win_FlexGrid_RowCol_ImageMap" data-uid="C1.Win.FlexGrid.RowCol.ImageMap">ImageMap</h4>
<div class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.idictionary">IDictionary</a> object used to translate data values into images for this row or column.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public IDictionary ImageMap { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property ImageMap As IDictionary</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_RowCol_ImageMap_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
<p>Use the <a class="xref" href="C1.Win.FlexGrid.RowCol.ImageAndText.html#C1_Win_FlexGrid_RowCol_ImageAndText">ImageAndText</a> property to determine whether the image is displayed instead of or in 
addition to the cell text.</p>
</div>
</div>
