# C1.Win.Tile.PropertyMapping

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Tile_PropertyMapping" data-uid="C1.Win.Tile.PropertyMapping" class="text-break">PropertyMapping Class
</h1>
  <div class="markdown level0 summary"><p>Establishes an association between the property of an item from data source
and the property of the corresponding <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> component.</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">PropertyMapping</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></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_PropertyMapping_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PropertyMapping : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PropertyMapping
    Implements ICloneable</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_Win_Tile_PropertyMapping__ctor" data-uid="C1.Win.Tile.PropertyMapping.#ctor">
          <a class="xref" href="C1.Win.Tile.PropertyMapping.-ctor.html#C1_Win_Tile_PropertyMapping__ctor">PropertyMapping()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Tile.PropertyMapping.html">PropertyMapping</a>.</p>
</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_Win_Tile_PropertyMapping_Comment" data-uid="C1.Win.Tile.PropertyMapping.Comment">
          <a class="xref" href="C1.Win.Tile.PropertyMapping.Comment.html#C1_Win_Tile_PropertyMapping_Comment">Comment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the comment for the <a class="xref" href="C1.Win.Tile.PropertyMapping.html">PropertyMapping</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_PropertyMapping_DataField" data-uid="C1.Win.Tile.PropertyMapping.DataField">
          <a class="xref" href="C1.Win.Tile.PropertyMapping.DataField.html#C1_Win_Tile_PropertyMapping_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field of the data source which is mapped to the tile property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_PropertyMapping_Lookup" data-uid="C1.Win.Tile.PropertyMapping.Lookup">
          <a class="xref" href="C1.Win.Tile.PropertyMapping.Lookup.html#C1_Win_Tile_PropertyMapping_Lookup">Lookup</a>
        </td>
        <td class="markdown level1 summary"><p>Encapsulates the lookup properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_PropertyMapping_TileControl" data-uid="C1.Win.Tile.PropertyMapping.TileControl">
          <a class="xref" href="C1.Win.Tile.PropertyMapping.TileControl.html#C1_Win_Tile_PropertyMapping_TileControl">TileControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="C1.Win.Tile.C1TileControl.html">C1TileControl</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_PropertyMapping_TileProperty" data-uid="C1.Win.Tile.PropertyMapping.TileProperty">
          <a class="xref" href="C1.Win.Tile.PropertyMapping.TileProperty.html#C1_Win_Tile_PropertyMapping_TileProperty">TileProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property of the <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> object that is a destination for mapping.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Tile_PropertyMapping_Clone" data-uid="C1.Win.Tile.PropertyMapping.Clone">
          <a class="xref" href="C1.Win.Tile.PropertyMapping.Clone.html#C1_Win_Tile_PropertyMapping_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.Win.Tile.PropertyMapping.html">PropertyMapping</a> that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_PropertyMapping_CloneMapping" data-uid="C1.Win.Tile.PropertyMapping.CloneMapping">
          <a class="xref" href="C1.Win.Tile.PropertyMapping.CloneMapping.html#C1_Win_Tile_PropertyMapping_CloneMapping">CloneMapping()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current <a class="xref" href="C1.Win.Tile.PropertyMapping.html">PropertyMapping</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_PropertyMapping_ShouldSerializeLookup" data-uid="C1.Win.Tile.PropertyMapping.ShouldSerializeLookup">
          <a class="xref" href="C1.Win.Tile.PropertyMapping.ShouldSerializeLookup.html#C1_Win_Tile_PropertyMapping_ShouldSerializeLookup">ShouldSerializeLookup()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
