# C1.Win.GanttView.CustomTaskPropertyDescriptor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_CustomTaskPropertyDescriptor" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor" class="text-break">CustomTaskPropertyDescriptor Class
</h1>
  <div class="markdown level0 summary"><p>This class represents property description for custom field.</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">CustomTaskPropertyDescriptor</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_CustomTaskPropertyDescriptor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CustomTaskPropertyDescriptor : PropertyDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CustomTaskPropertyDescriptor
    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="C1_Win_GanttView_CustomTaskPropertyDescriptor__ctor_System_String_System_Type_" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor.#ctor(System.String,System.Type)">
          <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.-ctor.html#C1_Win_GanttView_CustomTaskPropertyDescriptor__ctor_System_String_System_Type_">CustomTaskPropertyDescriptor(string, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a instance of <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.html">CustomTaskPropertyDescriptor</a> class with given name and property type.</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="C1_Win_GanttView_CustomTaskPropertyDescriptor_ComponentType" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor.ComponentType">
          <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.ComponentType.html#C1_Win_GanttView_CustomTaskPropertyDescriptor_ComponentType">ComponentType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomTaskPropertyDescriptor_IsReadOnly" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor.IsReadOnly">
          <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.IsReadOnly.html#C1_Win_GanttView_CustomTaskPropertyDescriptor_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the read only state of property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomTaskPropertyDescriptor_PropertyType" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor.PropertyType">
          <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.PropertyType.html#C1_Win_GanttView_CustomTaskPropertyDescriptor_PropertyType">PropertyType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of 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="C1_Win_GanttView_CustomTaskPropertyDescriptor_CanResetValue_System_Object_" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor.CanResetValue(System.Object)">
          <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.CanResetValue.html#C1_Win_GanttView_CustomTaskPropertyDescriptor_CanResetValue_System_Object_">CanResetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether resetting an object changes its value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomTaskPropertyDescriptor_GetValue_System_Object_" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor.GetValue(System.Object)">
          <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.GetValue.html#C1_Win_GanttView_CustomTaskPropertyDescriptor_GetValue_System_Object_">GetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current value of the property on a component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomTaskPropertyDescriptor_ResetValue_System_Object_" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor.ResetValue(System.Object)">
          <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.ResetValue.html#C1_Win_GanttView_CustomTaskPropertyDescriptor_ResetValue_System_Object_">ResetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value for this property of the component to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomTaskPropertyDescriptor_SetValue_System_Object_System_Object_" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor.SetValue(System.Object,System.Object)">
          <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.SetValue.html#C1_Win_GanttView_CustomTaskPropertyDescriptor_SetValue_System_Object_System_Object_">SetValue(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the component to a different value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_CustomTaskPropertyDescriptor_ShouldSerializeValue_System_Object_" data-uid="C1.Win.GanttView.CustomTaskPropertyDescriptor.ShouldSerializeValue(System.Object)">
          <a class="xref" href="C1.Win.GanttView.CustomTaskPropertyDescriptor.ShouldSerializeValue.html#C1_Win_GanttView_CustomTaskPropertyDescriptor_ShouldSerializeValue_System_Object_">ShouldSerializeValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines a value indicating whether the value of this property needs to be persisted.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
