# C1.Win.Tile.C1TileControl.DataMember

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Tile_C1TileControl_DataMember_" data-uid="C1.Win.Tile.C1TileControl.DataMember*">DataMember Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Tile_C1TileControl_DataMember_" data-uid="C1.Win.Tile.C1TileControl.DataMember*"></a>
<h4 id="C1_Win_Tile_C1TileControl_DataMember" data-uid="C1.Win.Tile.C1TileControl.DataMember">DataMember</h4>
<div class="markdown level1 summary"><p>Gets or sets the specific list in a <a class="xref" href="C1.Win.Tile.C1TileControl.DataSource.html#C1_Win_Tile_C1TileControl_DataSource">DataSource</a> that is bound to the tile control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string DataMember { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property DataMember As String</code></pre>
</div>
<h5 id="C1_Win_Tile_C1TileControl_DataMember_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If a <a class="xref" href="C1.Win.Tile.C1TileControl.DataSource.html#C1_Win_Tile_C1TileControl_DataSource">DataSource</a> contains multiple sources of data, you should set the 
<a class="xref" href="C1.Win.Tile.C1TileControl.DataMember.html#C1_Win_Tile_C1TileControl_DataMember">DataMember</a> property to one of the sources.</p>
<p>For example, if the DataSource is a DataSet contains three tables named Customers, 
Orders, and OrderDetails, you must specify one of the tables to bind to.</p>
<p>If the DataSet contains only one DataTable, you may set the 
DataMember property to an empty string.</p>
</div>
</div>
