# C1.Win.Tile.MappingLookup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Tile_MappingLookup" data-uid="C1.Win.Tile.MappingLookup" class="text-break">MappingLookup Class
</h1>
  <div class="markdown level0 summary"><p>Maps a foreign key value to a meaningful value from another data table.</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">MappingLookup</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Tile.html">C1.Win.Tile</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TileControl.10.dll</h6>
  <h5 id="C1_Win_Tile_MappingLookup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MappingLookup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MappingLookup</code></pre>
  </div>
  <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_Win_Tile_MappingLookup_DataSource" data-uid="C1.Win.Tile.MappingLookup.DataSource">
          <a class="xref" href="C1.Win.Tile.MappingLookup.DataSource.html#C1_Win_Tile_MappingLookup_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source object for the lookup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_MappingLookup_DisplayMember" data-uid="C1.Win.Tile.MappingLookup.DisplayMember">
          <a class="xref" href="C1.Win.Tile.MappingLookup.DisplayMember.html#C1_Win_Tile_MappingLookup_DisplayMember">DisplayMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field to use as the source of meaningful value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_MappingLookup_ValueMember" data-uid="C1.Win.Tile.MappingLookup.ValueMember">
          <a class="xref" href="C1.Win.Tile.MappingLookup.ValueMember.html#C1_Win_Tile_MappingLookup_ValueMember">ValueMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field to use as the source of value (primary key) matching the foreign key in <a class="xref" href="C1.Win.Tile.PropertyMapping.DataField.html#C1_Win_Tile_PropertyMapping_DataField">DataField</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
