# C1.Win.TreeView.BindingInfo.DataMember

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_TreeView_BindingInfo_DataMember_" data-uid="C1.Win.TreeView.BindingInfo.DataMember*">DataMember Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_TreeView_BindingInfo_DataMember_" data-uid="C1.Win.TreeView.BindingInfo.DataMember*"></a>
<h4 id="C1_Win_TreeView_BindingInfo_DataMember" data-uid="C1.Win.TreeView.BindingInfo.DataMember">DataMember</h4>
<div class="markdown level1 summary"><p>Gets or sets a name of a specific record set within the DataSource.</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_TreeView_BindingInfo_DataMember_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This string uses the '\' as a separator. Last field name sets the field to be used on all of the following levels.</p>
</div>
<h5 id="C1_Win_TreeView_BindingInfo_DataMember_examples">Examples</h5>
<pre><code class="lang-csharp">c1TreeView.BindingInfo.DataMember = "First\\Second\\etc";</code></pre>

</div>
