# C1.Win.GanttView.GroupType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_GroupType" data-uid="C1.Win.GanttView.GroupType" class="text-break">GroupType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the grouping type.</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_GroupType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GroupType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GroupType</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_GroupType_ConstraintType">ConstraintType</td>
        <td><p>Group by constraint type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_GroupType_CustomField">CustomField</td>
        <td><p>Group by custom field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_GroupType_Duration">Duration</td>
        <td><p>Group by task duration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_GroupType_Milestones">Milestones</td>
        <td><p>Group by milestones.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_GroupType_None">None</td>
        <td><p>No grouping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_GroupType_Resource">Resource</td>
        <td><p>Group by resource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_GroupType_Status">Status</td>
        <td><p>Group by task status is earlier, in time or late.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_GroupType_TaskComplete">TaskComplete</td>
        <td><p>Group by task complete status are incomplete or complete.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_GroupType_TaskMode">TaskMode</td>
        <td><p>Group by task mode.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
