# GrapeCity.Wpf.SpreadSheet.PropertyDataField.Property

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_PropertyDataField_Property_" data-uid="GrapeCity.Wpf.SpreadSheet.PropertyDataField.Property*">Property Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_PropertyDataField_Property_" data-uid="GrapeCity.Wpf.SpreadSheet.PropertyDataField.Property*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_PropertyDataField_Property" data-uid="GrapeCity.Wpf.SpreadSheet.PropertyDataField.Property">Property</h4>
<div class="markdown level1 summary"><p>Gets or sets the property name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Property { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property [Property] As String</code></pre>
</div>
<h5 class="propertyValue">Property Value</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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><p>A <code>string</code> that indicates the property name. It could be a property of the data item in the data source, or a column name of a data table.
If the value is <code>null</code>, the data item is returned when getting the value from the data source, and cannot be set.
The default is <code>null</code>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
