# GrapeCity.Wpf.SpreadSheet.BindingDataField

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_BindingDataField" data-uid="GrapeCity.Wpf.SpreadSheet.BindingDataField" class="text-break">BindingDataField Class
</h1>
  <div class="markdown level0 summary"><p>Defines a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.html">ColumnInfo</a> that uses a specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.data.binding">Binding</a> to get or set the value of the data source.</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"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.DataField.html">DataField</a></div>
    <div class="level2"><span class="xref">BindingDataField</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_BindingDataField_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BindingDataField : DataField</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BindingDataField
    Inherits DataField</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="GrapeCity_Wpf_SpreadSheet_BindingDataField__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.BindingDataField.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BindingDataField.-ctor.html#GrapeCity_Wpf_SpreadSheet_BindingDataField__ctor">BindingDataField()</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_Wpf_SpreadSheet_BindingDataField_Binding" data-uid="GrapeCity.Wpf.SpreadSheet.BindingDataField.Binding">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BindingDataField.Binding.html#GrapeCity_Wpf_SpreadSheet_BindingDataField_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the binding.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
