# FarPoint.Web.Spread.DataFieldConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_DataFieldConverter" data-uid="FarPoint.Web.Spread.DataFieldConverter" class="text-break">DataFieldConverter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a type converter for the data field of a column.</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="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter">TypeConverter</a></div>
    <div class="level2"><span class="xref">DataFieldConverter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_DataFieldConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataFieldConverter : TypeConverter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataFieldConverter
    Inherits TypeConverter</code></pre>
  </div>
  <h5 id="FarPoint_Web_Spread_DataFieldConverter_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This object provides a drop-down list in the Properties window
of data fields for the DataField property of a Column object.</p>
</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="FarPoint_Web_Spread_DataFieldConverter__ctor" data-uid="FarPoint.Web.Spread.DataFieldConverter.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.DataFieldConverter.-ctor.html#FarPoint_Web_Spread_DataFieldConverter__ctor">DataFieldConverter()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_DataFieldConverter_GetDataSource_System_ComponentModel_ITypeDescriptorContext_" data-uid="FarPoint.Web.Spread.DataFieldConverter.GetDataSource(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="FarPoint.Web.Spread.DataFieldConverter.GetDataSource.html#FarPoint_Web_Spread_DataFieldConverter_GetDataSource_System_ComponentModel_ITypeDescriptorContext_">GetDataSource(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the data source object to display field names.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DataFieldConverter_GetStandardValues_System_ComponentModel_ITypeDescriptorContext_" data-uid="FarPoint.Web.Spread.DataFieldConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="FarPoint.Web.Spread.DataFieldConverter.GetStandardValues.html#FarPoint_Web_Spread_DataFieldConverter_GetStandardValues_System_ComponentModel_ITypeDescriptorContext_">GetStandardValues(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the set of standard values for this type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_DataFieldConverter_GetStandardValuesSupported_System_ComponentModel_ITypeDescriptorContext_" data-uid="FarPoint.Web.Spread.DataFieldConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="FarPoint.Web.Spread.DataFieldConverter.GetStandardValuesSupported.html#FarPoint_Web_Spread_DataFieldConverter_GetStandardValuesSupported_System_ComponentModel_ITypeDescriptorContext_">GetStandardValuesSupported(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this object supports standard values.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
