# C1.C1Preview.RenderObject.GetDataBindingForChild

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderObject_GetDataBindingForChild_" data-uid="C1.C1Preview.RenderObject.GetDataBindingForChild*">GetDataBindingForChild Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderObject_GetDataBindingForChild_" data-uid="C1.C1Preview.RenderObject.GetDataBindingForChild*"></a>
<h4 id="C1_C1Preview_RenderObject_GetDataBindingForChild_C1_C1Preview_RenderObject_" data-uid="C1.C1Preview.RenderObject.GetDataBindingForChild(C1.C1Preview.RenderObject)">GetDataBindingForChild(RenderObject)</h4>
<div class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.C1Preview.DataBinding.C1DataBinding.html">C1DataBinding</a> object for a specified child object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual C1DataBinding GetDataBindingForChild(RenderObject child)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function GetDataBindingForChild(child As RenderObject) As C1DataBinding</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a></td>
      <td><span class="parametername">child</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> object that is a child of the current object.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.C1Preview.DataBinding.C1DataBinding.html">C1DataBinding</a></td>
      <td><p>The <a class="xref" href="C1.C1Preview.DataBinding.C1DataBinding.html">C1DataBinding</a> object for the specified child object,
or <b>null</b> if data binding is not specified for that child.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
