# C1.Win.GanttView.ResolveStartConflict

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_ResolveStartConflict" data-uid="C1.Win.GanttView.ResolveStartConflict" class="text-break">ResolveStartConflict Enum
</h1>
  <div class="markdown level0 summary"><p>Defines how the task starting conflict will be resolved.</p>
</div>
  <div class="markdown level0 conceptual"></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_ResolveStartConflict_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ResolveStartConflict</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ResolveStartConflict</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_GanttView_ResolveStartConflict_MakeWorking">MakeWorking</td>
        <td><p>Make the taks's starting day nonworking.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ResolveStartConflict_MoveToNextWorking">MoveToNextWorking</td>
        <td><p>Move the task start to the following working day.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ResolveStartConflict_RemainAsIs">RemainAsIs</td>
        <td><p>Remain the task start as is.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
