# FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor" class="text-break">SpreadDataColumnPropertyDescriptor Class
</h1>
  <div class="markdown level0 summary"><p>Provides an abstraction of a property on a <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumn.html">SpreadDataColumn</a> class.</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.memberdescriptor">MemberDescriptor</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.propertydescriptor">PropertyDescriptor</a></div>
    <div class="level3"><span class="xref">SpreadDataColumnPropertyDescriptor</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Data.html">FarPoint.Web.Spread.Data</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SpreadDataColumnPropertyDescriptor : PropertyDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SpreadDataColumnPropertyDescriptor
    Inherits PropertyDescriptor</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="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor__ctor_System_String_System_Type_" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.#ctor(System.String,System.Type)">
          <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.-ctor.html#FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor__ctor_System_String_System_Type_">SpreadDataColumnPropertyDescriptor(string, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.html">SpreadDataColumnPropertyDescriptor</a> class.</p>
</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="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_ComponentType" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.ComponentType">
          <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.ComponentType.html#FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_ComponentType">ComponentType</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, gets the type of the component this property is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_IsReadOnly" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.IsReadOnly">
          <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.IsReadOnly.html#FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, gets a value that indicates whether this property is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_PropertyType" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.PropertyType">
          <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.PropertyType.html#FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_PropertyType">PropertyType</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, gets the type of the property.</p>
</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_Data_SpreadDataColumnPropertyDescriptor_CanResetValue_System_Object_" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.CanResetValue(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.CanResetValue.html#FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_CanResetValue_System_Object_">CanResetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, returns whether resetting an object changes its value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_GetValue_System_Object_" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.GetValue(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.GetValue.html#FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_GetValue_System_Object_">GetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, gets the current value of the property on a component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_ResetValue_System_Object_" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.ResetValue(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.ResetValue.html#FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_ResetValue_System_Object_">ResetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, resets the value for this property of the component to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_SetValue_System_Object_System_Object_" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.SetValue(System.Object,System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.SetValue.html#FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_SetValue_System_Object_System_Object_">SetValue(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, sets the value of the component to a different value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_ShouldSerializeValue_System_Object_" data-uid="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.ShouldSerializeValue(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.ShouldSerializeValue.html#FarPoint_Web_Spread_Data_SpreadDataColumnPropertyDescriptor_ShouldSerializeValue_System_Object_">ShouldSerializeValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, determines a value that indicates whether the value of this property needs to be persisted.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
