# C1.Win.GanttView.Task

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_Task" data-uid="C1.Win.GanttView.Task" class="text-break">Task Class
</h1>
  <div class="markdown level0 summary"><p>Represents a task in the project.</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="C1.Win.GanttView.BaseObject.html">BaseObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.GanttView.BaseTask.html">BaseTask</a></div>
    <div class="level3"><span class="xref">Task</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.idataerrorinfo">IDataErrorInfo</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iserviceprovider">IServiceProvider</a></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_Task_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Task : BaseTask, INotifyPropertyChanged, ICloneable, IDisposable, IDataErrorInfo, ICustomTypeDescriptor, ITypeDescriptorContext, IServiceProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Task
    Inherits BaseTask
    Implements INotifyPropertyChanged, ICloneable, IDisposable, IDataErrorInfo, ICustomTypeDescriptor, ITypeDescriptorContext, IServiceProvider</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_Task__ctor" data-uid="C1.Win.GanttView.Task.#ctor">
          <a class="xref" href="C1.Win.GanttView.Task.-ctor.html#C1_Win_GanttView_Task__ctor">Task()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.GanttView.Task.html">Task</a>.</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_Task_BarStyles" data-uid="C1.Win.GanttView.Task.BarStyles">
          <a class="xref" href="C1.Win.GanttView.Task.BarStyles.html#C1_Win_GanttView_Task_BarStyles">BarStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of bar styles redefined for the given task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Calendar" data-uid="C1.Win.GanttView.Task.Calendar">
          <a class="xref" href="C1.Win.GanttView.Task.Calendar.html#C1_Win_GanttView_Task_Calendar">Calendar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom calendar for the task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_CalendarID" data-uid="C1.Win.GanttView.Task.CalendarID">
          <a class="xref" href="C1.Win.GanttView.Task.CalendarID.html#C1_Win_GanttView_Task_CalendarID">CalendarID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ID of the custom calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ConstraintDate" data-uid="C1.Win.GanttView.Task.ConstraintDate">
          <a class="xref" href="C1.Win.GanttView.Task.ConstraintDate.html#C1_Win_GanttView_Task_ConstraintDate">ConstraintDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start (finish) date for a start (finish) date constraint.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ConstraintType" data-uid="C1.Win.GanttView.Task.ConstraintType">
          <a class="xref" href="C1.Win.GanttView.Task.ConstraintType.html#C1_Win_GanttView_Task_ConstraintType">ConstraintType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of constraint for scheduling a task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Deadline" data-uid="C1.Win.GanttView.Task.Deadline">
          <a class="xref" href="C1.Win.GanttView.Task.Deadline.html#C1_Win_GanttView_Task_Deadline">Deadline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the task's deadline.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Duration" data-uid="C1.Win.GanttView.Task.Duration">
          <a class="xref" href="C1.Win.GanttView.Task.Duration.html#C1_Win_GanttView_Task_Duration">Duration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the task duration. Duration units are specified by the <a class="xref" href="C1.Win.GanttView.Task.DurationUnits.html#C1_Win_GanttView_Task_DurationUnits">DurationUnits</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_DurationUnits" data-uid="C1.Win.GanttView.Task.DurationUnits">
          <a class="xref" href="C1.Win.GanttView.Task.DurationUnits.html#C1_Win_GanttView_Task_DurationUnits">DurationUnits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time units for the task duration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ErrorMessage" data-uid="C1.Win.GanttView.Task.ErrorMessage">
          <a class="xref" href="C1.Win.GanttView.Task.ErrorMessage.html#C1_Win_GanttView_Task_ErrorMessage">ErrorMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the error message displayed for the task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_FieldStyles" data-uid="C1.Win.GanttView.Task.FieldStyles">
          <a class="xref" href="C1.Win.GanttView.Task.FieldStyles.html#C1_Win_GanttView_Task_FieldStyles">FieldStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of field styles for the given task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Finish" data-uid="C1.Win.GanttView.Task.Finish">
          <a class="xref" href="C1.Win.GanttView.Task.Finish.html#C1_Win_GanttView_Task_Finish">Finish</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets (for manual tasks only) the task finish date and time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_HideBar" data-uid="C1.Win.GanttView.Task.HideBar">
          <a class="xref" href="C1.Win.GanttView.Task.HideBar.html#C1_Win_GanttView_Task_HideBar">HideBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the task bar shouldn't appear on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ID" data-uid="C1.Win.GanttView.Task.ID">
          <a class="xref" href="C1.Win.GanttView.Task.ID.html#C1_Win_GanttView_Task_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object's auto-generated ID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Inactive" data-uid="C1.Win.GanttView.Task.Inactive">
          <a class="xref" href="C1.Win.GanttView.Task.Inactive.html#C1_Win_GanttView_Task_Inactive">Inactive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the task is inactive.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Initialized" data-uid="C1.Win.GanttView.Task.Initialized">
          <a class="xref" href="C1.Win.GanttView.Task.Initialized.html#C1_Win_GanttView_Task_Initialized">Initialized</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.GanttView.Task.html">Task</a> contains non-empty fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_IsCollapsed" data-uid="C1.Win.GanttView.Task.IsCollapsed">
          <a class="xref" href="C1.Win.GanttView.Task.IsCollapsed.html#C1_Win_GanttView_Task_IsCollapsed">IsCollapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the task is collapsed or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Item_System_String_" data-uid="C1.Win.GanttView.Task.Item(System.String)">
          <a class="xref" href="C1.Win.GanttView.Task.Item.html#C1_Win_GanttView_Task_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error message for a specific column of the task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Mode" data-uid="C1.Win.GanttView.Task.Mode">
          <a class="xref" href="C1.Win.GanttView.Task.Mode.html#C1_Win_GanttView_Task_Mode">Mode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the task is scheduled (manually or automatically).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Name" data-uid="C1.Win.GanttView.Task.Name">
          <a class="xref" href="C1.Win.GanttView.Task.Name.html#C1_Win_GanttView_Task_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the task name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_NextID" data-uid="C1.Win.GanttView.Task.NextID">
          <a class="xref" href="C1.Win.GanttView.Task.NextID.html#C1_Win_GanttView_Task_NextID">NextID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next object's ID in collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Notes" data-uid="C1.Win.GanttView.Task.Notes">
          <a class="xref" href="C1.Win.GanttView.Task.Notes.html#C1_Win_GanttView_Task_Notes">Notes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets notes associated with this task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_OutlineLevel" data-uid="C1.Win.GanttView.Task.OutlineLevel">
          <a class="xref" href="C1.Win.GanttView.Task.OutlineLevel.html#C1_Win_GanttView_Task_OutlineLevel">OutlineLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the outline level of the task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_OutlineParent" data-uid="C1.Win.GanttView.Task.OutlineParent">
          <a class="xref" href="C1.Win.GanttView.Task.OutlineParent.html#C1_Win_GanttView_Task_OutlineParent">OutlineParent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the the outline parent task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_OutlineParentID" data-uid="C1.Win.GanttView.Task.OutlineParentID">
          <a class="xref" href="C1.Win.GanttView.Task.OutlineParentID.html#C1_Win_GanttView_Task_OutlineParentID">OutlineParentID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the outline parent identifier.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Parts" data-uid="C1.Win.GanttView.Task.Parts">
          <a class="xref" href="C1.Win.GanttView.Task.Parts.html#C1_Win_GanttView_Task_Parts">Parts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets parts of the task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_PercentComplete" data-uid="C1.Win.GanttView.Task.PercentComplete">
          <a class="xref" href="C1.Win.GanttView.Task.PercentComplete.html#C1_Win_GanttView_Task_PercentComplete">PercentComplete</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the completion stage of this task. The value must be between 0 and 1.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Predecessors" data-uid="C1.Win.GanttView.Task.Predecessors">
          <a class="xref" href="C1.Win.GanttView.Task.Predecessors.html#C1_Win_GanttView_Task_Predecessors">Predecessors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of tasks that must be finished/started before this task can start/finish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ReflectOnGroup" data-uid="C1.Win.GanttView.Task.ReflectOnGroup">
          <a class="xref" href="C1.Win.GanttView.Task.ReflectOnGroup.html#C1_Win_GanttView_Task_ReflectOnGroup">ReflectOnGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the task is reflected on group bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ReflectOnSummary" data-uid="C1.Win.GanttView.Task.ReflectOnSummary">
          <a class="xref" href="C1.Win.GanttView.Task.ReflectOnSummary.html#C1_Win_GanttView_Task_ReflectOnSummary">ReflectOnSummary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the task is reflected on summary bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ResourceNames" data-uid="C1.Win.GanttView.Task.ResourceNames">
          <a class="xref" href="C1.Win.GanttView.Task.ResourceNames.html#C1_Win_GanttView_Task_ResourceNames">ResourceNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string with the list of resources used by this task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ResourceRefs" data-uid="C1.Win.GanttView.Task.ResourceRefs">
          <a class="xref" href="C1.Win.GanttView.Task.ResourceRefs.html#C1_Win_GanttView_Task_ResourceRefs">ResourceRefs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of resources used by this task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Start" data-uid="C1.Win.GanttView.Task.Start">
          <a class="xref" href="C1.Win.GanttView.Task.Start.html#C1_Win_GanttView_Task_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets (for manual tasks only) the task start date and time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Successors" data-uid="C1.Win.GanttView.Task.Successors">
          <a class="xref" href="C1.Win.GanttView.Task.Successors.html#C1_Win_GanttView_Task_Successors">Successors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the task successors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Summary" data-uid="C1.Win.GanttView.Task.Summary">
          <a class="xref" href="C1.Win.GanttView.Task.Summary.html#C1_Win_GanttView_Task_Summary">Summary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the task in summary task or not.</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_Task_AddChild_C1_Win_GanttView_Task_" data-uid="C1.Win.GanttView.Task.AddChild(C1.Win.GanttView.Task)">
          <a class="xref" href="C1.Win.GanttView.Task.AddChild.html#C1_Win_GanttView_Task_AddChild_C1_Win_GanttView_Task_">AddChild(Task)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a child to outline hierarchy.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Clone" data-uid="C1.Win.GanttView.Task.Clone">
          <a class="xref" href="C1.Win.GanttView.Task.Clone.html#C1_Win_GanttView_Task_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_Dispose" data-uid="C1.Win.GanttView.Task.Dispose">
          <a class="xref" href="C1.Win.GanttView.Task.Dispose.html#C1_Win_GanttView_Task_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_GetChildren" data-uid="C1.Win.GanttView.Task.GetChildren">
          <a class="xref" href="C1.Win.GanttView.Task.GetChildren.html#C1_Win_GanttView_Task_GetChildren">GetChildren()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves outline children.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_GetDurationInDays" data-uid="C1.Win.GanttView.Task.GetDurationInDays">
          <a class="xref" href="C1.Win.GanttView.Task.GetDurationInDays.html#C1_Win_GanttView_Task_GetDurationInDays">GetDurationInDays()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the task duration, in days.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_GetFieldValue_System_String_System_Object_" data-uid="C1.Win.GanttView.Task.GetFieldValue(System.String,System.Object)">
          <a class="xref" href="C1.Win.GanttView.Task.GetFieldValue.html#C1_Win_GanttView_Task_GetFieldValue_System_String_System_Object_">GetFieldValue(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of a custom field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_RemoveChild_C1_Win_GanttView_Task_" data-uid="C1.Win.GanttView.Task.RemoveChild(C1.Win.GanttView.Task)">
          <a class="xref" href="C1.Win.GanttView.Task.RemoveChild.html#C1_Win_GanttView_Task_RemoveChild_C1_Win_GanttView_Task_">RemoveChild(Task)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a child from the outline hierarchy.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ResetConstraintDate" data-uid="C1.Win.GanttView.Task.ResetConstraintDate">
          <a class="xref" href="C1.Win.GanttView.Task.ResetConstraintDate.html#C1_Win_GanttView_Task_ResetConstraintDate">ResetConstraintDate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.Task.ConstraintDate.html#C1_Win_GanttView_Task_ConstraintDate">ConstraintDate</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ResetConstraintType" data-uid="C1.Win.GanttView.Task.ResetConstraintType">
          <a class="xref" href="C1.Win.GanttView.Task.ResetConstraintType.html#C1_Win_GanttView_Task_ResetConstraintType">ResetConstraintType()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.Task.ConstraintType.html#C1_Win_GanttView_Task_ConstraintType">ConstraintType</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ResetDuration" data-uid="C1.Win.GanttView.Task.ResetDuration">
          <a class="xref" href="C1.Win.GanttView.Task.ResetDuration.html#C1_Win_GanttView_Task_ResetDuration">ResetDuration()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.Task.Duration.html#C1_Win_GanttView_Task_Duration">Duration</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ResetFinish" data-uid="C1.Win.GanttView.Task.ResetFinish">
          <a class="xref" href="C1.Win.GanttView.Task.ResetFinish.html#C1_Win_GanttView_Task_ResetFinish">ResetFinish()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.Task.Finish.html#C1_Win_GanttView_Task_Finish">Finish</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_ResetStart" data-uid="C1.Win.GanttView.Task.ResetStart">
          <a class="xref" href="C1.Win.GanttView.Task.ResetStart.html#C1_Win_GanttView_Task_ResetStart">ResetStart()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.Task.Start.html#C1_Win_GanttView_Task_Start">Start</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_SetColumnError_System_String_System_String_" data-uid="C1.Win.GanttView.Task.SetColumnError(System.String,System.String)">
          <a class="xref" href="C1.Win.GanttView.Task.SetColumnError.html#C1_Win_GanttView_Task_SetColumnError_System_String_System_String_">SetColumnError(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the error message displayed for a specific column of the task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_SetFieldValue_System_String_System_Object_" data-uid="C1.Win.GanttView.Task.SetFieldValue(System.String,System.Object)">
          <a class="xref" href="C1.Win.GanttView.Task.SetFieldValue.html#C1_Win_GanttView_Task_SetFieldValue_System_String_System_Object_">SetFieldValue(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value to a custom field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_SplitTask_System_DateTime_System_Double_" data-uid="C1.Win.GanttView.Task.SplitTask(System.DateTime,System.Double)">
          <a class="xref" href="C1.Win.GanttView.Task.SplitTask.html#C1_Win_GanttView_Task_SplitTask_System_DateTime_System_Double_">SplitTask(DateTime, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Splits the task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Task_SplitTask_System_Double___" data-uid="C1.Win.GanttView.Task.SplitTask(System.Double[])">
          <a class="xref" href="C1.Win.GanttView.Task.SplitTask.html#C1_Win_GanttView_Task_SplitTask_System_Double___">SplitTask(double[])</a>
        </td>
        <td class="markdown level1 summary"><p>Splits the task.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
