# C1.Win.GanttView.Project

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_Project" data-uid="C1.Win.GanttView.Project" class="text-break">Project Class
</h1>
  <div class="markdown level0 summary"><p>Represents the project data.</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"><span class="xref">Project</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="C1.GanttView.IKeyName.html">IKeyName</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</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_Project_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Project : IDisposable, IKeyName, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Project
    Implements IDisposable, IKeyName, INotifyPropertyChanged</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_Project__ctor_C1_Win_GanttView_C1GanttView_" data-uid="C1.Win.GanttView.Project.#ctor(C1.Win.GanttView.C1GanttView)">
          <a class="xref" href="C1.Win.GanttView.Project.-ctor.html#C1_Win_GanttView_Project__ctor_C1_Win_GanttView_C1GanttView_">Project(C1GanttView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.GanttView.Project.html">Project</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_Project_BarStyles" data-uid="C1.Win.GanttView.Project.BarStyles">
          <a class="xref" href="C1.Win.GanttView.Project.BarStyles.html#C1_Win_GanttView_Project_BarStyles">BarStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of non-standard bar styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Project_DurationUnitMasks" data-uid="C1.Win.GanttView.Project.DurationUnitMasks">
          <a class="xref" href="C1.Win.GanttView.Project.DurationUnitMasks.html#C1_Win_GanttView_Project_DurationUnitMasks">DurationUnitMasks</a>
        </td>
        <td class="markdown level1 summary"><p>Defines formats for DurationUnits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Project_FinishDate" data-uid="C1.Win.GanttView.Project.FinishDate">
          <a class="xref" href="C1.Win.GanttView.Project.FinishDate.html#C1_Win_GanttView_Project_FinishDate">FinishDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the project's end date and time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Project_ProjectSummary" data-uid="C1.Win.GanttView.Project.ProjectSummary">
          <a class="xref" href="C1.Win.GanttView.Project.ProjectSummary.html#C1_Win_GanttView_Project_ProjectSummary">ProjectSummary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the project summary task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Project_Resources" data-uid="C1.Win.GanttView.Project.Resources">
          <a class="xref" href="C1.Win.GanttView.Project.Resources.html#C1_Win_GanttView_Project_Resources">Resources</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of all available resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Project_ScheduleFrom" data-uid="C1.Win.GanttView.Project.ScheduleFrom">
          <a class="xref" href="C1.Win.GanttView.Project.ScheduleFrom.html#C1_Win_GanttView_Project_ScheduleFrom">ScheduleFrom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the project is scheduled from its start date or from its finish date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Project_SchedulePriority" data-uid="C1.Win.GanttView.Project.SchedulePriority">
          <a class="xref" href="C1.Win.GanttView.Project.SchedulePriority.html#C1_Win_GanttView_Project_SchedulePriority">SchedulePriority</a>
        </td>
        <td class="markdown level1 summary"><p>Defines whether the project will be rescheduled with Duration or Start/Finish priority.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Project_StartDate" data-uid="C1.Win.GanttView.Project.StartDate">
          <a class="xref" href="C1.Win.GanttView.Project.StartDate.html#C1_Win_GanttView_Project_StartDate">StartDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the project's start date and time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Project_Tasks" data-uid="C1.Win.GanttView.Project.Tasks">
          <a class="xref" href="C1.Win.GanttView.Project.Tasks.html#C1_Win_GanttView_Project_Tasks">Tasks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of tasks that comprise this project.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Project_View" data-uid="C1.Win.GanttView.Project.View">
          <a class="xref" href="C1.Win.GanttView.Project.View.html#C1_Win_GanttView_Project_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a> control for this <a class="xref" href="C1.Win.GanttView.Project.html">Project</a>.</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_Project_Dispose" data-uid="C1.Win.GanttView.Project.Dispose">
          <a class="xref" href="C1.Win.GanttView.Project.Dispose.html#C1_Win_GanttView_Project_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_Project_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="C1.Win.GanttView.Project.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="C1.Win.GanttView.Project.OnPropertyChanged.html#C1_Win_GanttView_Project_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.Project.PropertyChanged.html">PropertyChanged</a> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_Project_PropertyChanged" data-uid="C1.Win.GanttView.Project.PropertyChanged">
          <a class="xref" href="C1.Win.GanttView.Project.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of a property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
