# C1.Win.GanttView.ResourceType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_ResourceType" data-uid="C1.Win.GanttView.ResourceType" class="text-break">ResourceType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of a resource.</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_ResourceType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ResourceType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ResourceType</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_ResourceType_Cost">Cost</td>
        <td><p>Fees associated with getting tasks in your project done.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ResourceType_Material">Material</td>
        <td><p>Things that the work resources need to complete tasks in your project.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ResourceType_Work">Work</td>
        <td><p>People and equipment that will do the work to complete tasks in your project.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
