# C1.Web.Mvc.DataMapInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_DataMapInfo" data-uid="C1.Web.Mvc.DataMapInfo" class="text-break">DataMapInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a data map info for use with the ColumnInfo's DataMap property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DataMapInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_DataMapInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataMapInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataMapInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_DataMapInfo__ctor" data-uid="C1.Web.Mvc.DataMapInfo.#ctor">
          <a class="xref" href="C1.Web.Mvc.DataMapInfo.-ctor.html#C1_Web_Mvc_DataMapInfo__ctor">DataMapInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_DataMapInfo_DisplayMemberPath" data-uid="C1.Web.Mvc.DataMapInfo.DisplayMemberPath">
          <a class="xref" href="C1.Web.Mvc.DataMapInfo.DisplayMemberPath.html#C1_Web_Mvc_DataMapInfo_DisplayMemberPath">DisplayMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property to use as the visual representation of the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_DataMapInfo_SelectedValuePath" data-uid="C1.Web.Mvc.DataMapInfo.SelectedValuePath">
          <a class="xref" href="C1.Web.Mvc.DataMapInfo.SelectedValuePath.html#C1_Web_Mvc_DataMapInfo_SelectedValuePath">SelectedValuePath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property to use as a key for the item (data value).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
