# C1.Win.FlexGrid.IC1MultiColumnDictionary

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_IC1MultiColumnDictionary" data-uid="C1.Win.FlexGrid.IC1MultiColumnDictionary" class="text-break">IC1MultiColumnDictionary Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that extends <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.idictionary">IDictionary</a> and can be used to implement multi-column data maps.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_IC1MultiColumnDictionary_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1MultiColumnDictionary : IDictionary, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1MultiColumnDictionary
    Inherits IDictionary, ICollection, IEnumerable</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexGrid_IC1MultiColumnDictionary_GetDisplayValue_System_Object_" data-uid="C1.Win.FlexGrid.IC1MultiColumnDictionary.GetDisplayValue(System.Object)">
          <a class="xref" href="C1.Win.FlexGrid.IC1MultiColumnDictionary.GetDisplayValue.html#C1_Win_FlexGrid_IC1MultiColumnDictionary_GetDisplayValue_System_Object_">GetDisplayValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string that should be displayed in the grid while not in edit mode.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
