# C1.Win.GanttView.C1GanttView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_C1GanttView" data-uid="C1.Win.GanttView.C1GanttView" class="text-break">C1GanttView Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Gantt Chart control.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.usercontrol">UserControl</a></div>
    <div class="level7"><span class="xref">C1GanttView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</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.windows.forms.icontainercontrol">IContainerControl</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isite">ISite</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_C1GanttView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1GanttView), &quot;C1GanttView.png&quot;)]
[ComVisible(true)]
public class C1GanttView : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISupportInitialize, ISite, IServiceProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1GanttView), &quot;C1GanttView.png&quot;)&gt;
&lt;ComVisible(True)&gt;
Public Class C1GanttView
    Inherits UserControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISupportInitialize, ISite, 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_C1GanttView__ctor" data-uid="C1.Win.GanttView.C1GanttView.#ctor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.-ctor.html#C1_Win_GanttView_C1GanttView__ctor">C1GanttView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</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_C1GanttView_AdaptiveBarHeight" data-uid="C1.Win.GanttView.C1GanttView.AdaptiveBarHeight">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.AdaptiveBarHeight.html#C1_Win_GanttView_C1GanttView_AdaptiveBarHeight">AdaptiveBarHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the all bar heights will be adapted according to C1GantView Font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BarHeight" data-uid="C1.Win.GanttView.C1GanttView.BarHeight">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BarHeight.html#C1_Win_GanttView_C1GanttView_BarHeight">BarHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of task bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BarStyles" data-uid="C1.Win.GanttView.C1GanttView.BarStyles">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BarStyles.html#C1_Win_GanttView_C1GanttView_BarStyles">BarStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of non-standard bar styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BarTextFont" data-uid="C1.Win.GanttView.C1GanttView.BarTextFont">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BarTextFont.html#C1_Win_GanttView_C1GanttView_BarTextFont">BarTextFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font used for bar text on the chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BarTextForeColor" data-uid="C1.Win.GanttView.C1GanttView.BarTextForeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BarTextForeColor.html#C1_Win_GanttView_C1GanttView_BarTextForeColor">BarTextForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of bar text on the chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_CalendarExceptions" data-uid="C1.Win.GanttView.C1GanttView.CalendarExceptions">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.CalendarExceptions.html#C1_Win_GanttView_C1GanttView_CalendarExceptions">CalendarExceptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of default calendar exceptions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_CellBorderColor" data-uid="C1.Win.GanttView.C1GanttView.CellBorderColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.CellBorderColor.html#C1_Win_GanttView_C1GanttView_CellBorderColor">CellBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom color of cell borders in the grid and chart views.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ChartContextMenu" data-uid="C1.Win.GanttView.C1GanttView.ChartContextMenu">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ChartContextMenu.html#C1_Win_GanttView_C1GanttView_ChartContextMenu">ChartContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the context menu displayed for the chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ChartDateFormat" data-uid="C1.Win.GanttView.C1GanttView.ChartDateFormat">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ChartDateFormat.html#C1_Win_GanttView_C1GanttView_ChartDateFormat">ChartDateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string for date values on the chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ChartFinishDate" data-uid="C1.Win.GanttView.C1GanttView.ChartFinishDate">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ChartFinishDate.html#C1_Win_GanttView_C1GanttView_ChartFinishDate">ChartFinishDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets finish date for chart's scrolling area</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ChartStartDate" data-uid="C1.Win.GanttView.C1GanttView.ChartStartDate">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ChartStartDate.html#C1_Win_GanttView_C1GanttView_ChartStartDate">ChartStartDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets start date fore chart's scrolling area</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ChartViewZoomFactor" data-uid="C1.Win.GanttView.C1GanttView.ChartViewZoomFactor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ChartViewZoomFactor.html#C1_Win_GanttView_C1GanttView_ChartViewZoomFactor">ChartViewZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets zoom factor of chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Columns" data-uid="C1.Win.GanttView.C1GanttView.Columns">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Columns.html#C1_Win_GanttView_C1GanttView_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of grid columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Culture" data-uid="C1.Win.GanttView.C1GanttView.Culture">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Culture.html#C1_Win_GanttView_C1GanttView_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the culture ID used by the component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_CultureInfo" data-uid="C1.Win.GanttView.C1GanttView.CultureInfo">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.CultureInfo.html#C1_Win_GanttView_C1GanttView_CultureInfo">CultureInfo</a>
        </td>
        <td class="markdown level1 summary"><p>The current CultureInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_CurrentComparer" data-uid="C1.Win.GanttView.C1GanttView.CurrentComparer">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.CurrentComparer.html#C1_Win_GanttView_C1GanttView_CurrentComparer">CurrentComparer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current comparer that's used for sorting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_CustomCalendars" data-uid="C1.Win.GanttView.C1GanttView.CustomCalendars">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.CustomCalendars.html#C1_Win_GanttView_C1GanttView_CustomCalendars">CustomCalendars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of calendars that identify working times.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_DataStorage" data-uid="C1.Win.GanttView.C1GanttView.DataStorage">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.DataStorage.html#C1_Win_GanttView_C1GanttView_DataStorage">DataStorage</a>
        </td>
        <td class="markdown level1 summary"><p>returns the <a class="xref" href="C1.GanttView.C1GanttViewStorage.html">C1GanttViewStorage</a> component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_DaysPerMonth" data-uid="C1.Win.GanttView.C1GanttView.DaysPerMonth">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.DaysPerMonth.html#C1_Win_GanttView_C1GanttView_DaysPerMonth">DaysPerMonth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of working days in a month.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_DefaultDaysOff" data-uid="C1.Win.GanttView.C1GanttView.DefaultDaysOff">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.DefaultDaysOff.html#C1_Win_GanttView_C1GanttView_DefaultDaysOff">DefaultDaysOff</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default days off work.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_DefaultWorkWeek" data-uid="C1.Win.GanttView.C1GanttView.DefaultWorkWeek">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.DefaultWorkWeek.html#C1_Win_GanttView_C1GanttView_DefaultWorkWeek">DefaultWorkWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default work week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_DefaultWorkingTimes" data-uid="C1.Win.GanttView.C1GanttView.DefaultWorkingTimes">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.DefaultWorkingTimes.html#C1_Win_GanttView_C1GanttView_DefaultWorkingTimes">DefaultWorkingTimes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default day working start/end times.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_DragNotificationControl" data-uid="C1.Win.GanttView.C1GanttView.DragNotificationControl">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.DragNotificationControl.html#C1_Win_GanttView_C1GanttView_DragNotificationControl">DragNotificationControl</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="C1.Win.GanttView.DragNotificationBase.html">DragNotificationBase</a> control that can be used to reflect task dragging information in some tooltip view.
Also the <a class="xref" href="C1.Win.GanttView.DragNotificationBase.html">DragNotificationBase</a> class contains methods convenient to track the changing of Duration, Start, Finish
and other parameters of the dragging <a class="xref" href="C1.Win.GanttView.BaseTask.html">BaseTask</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_EmptyAreaBackColor" data-uid="C1.Win.GanttView.C1GanttView.EmptyAreaBackColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.EmptyAreaBackColor.html#C1_Win_GanttView_C1GanttView_EmptyAreaBackColor">EmptyAreaBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the empty area below the tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_EnablePrinting" data-uid="C1.Win.GanttView.C1GanttView.EnablePrinting">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.EnablePrinting.html#C1_Win_GanttView_C1GanttView_EnablePrinting">EnablePrinting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value that indicates whether printing feature is enabled by user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_FilterDefinition" data-uid="C1.Win.GanttView.C1GanttView.FilterDefinition">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.FilterDefinition.html#C1_Win_GanttView_C1GanttView_FilterDefinition">FilterDefinition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.GanttView.C1GanttView.FilterDefinition.html#C1_Win_GanttView_C1GanttView_FilterDefinition">FilterDefinition</a> object used to manage filtering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_FinishDate" data-uid="C1.Win.GanttView.C1GanttView.FinishDate">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.FinishDate.html#C1_Win_GanttView_C1GanttView_FinishDate">FinishDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the finish date of the project.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_FirstDayOfWeek" data-uid="C1.Win.GanttView.C1GanttView.FirstDayOfWeek">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.FirstDayOfWeek.html#C1_Win_GanttView_C1GanttView_FirstDayOfWeek">FirstDayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first working day of the week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_FirstMonthOfFY" data-uid="C1.Win.GanttView.C1GanttView.FirstMonthOfFY">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.FirstMonthOfFY.html#C1_Win_GanttView_C1GanttView_FirstMonthOfFY">FirstMonthOfFY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first month of the fiscal year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_FixedBackColor" data-uid="C1.Win.GanttView.C1GanttView.FixedBackColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.FixedBackColor.html#C1_Win_GanttView_C1GanttView_FixedBackColor">FixedBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom background color of the fixed column/timescale area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_FixedCellBorderColor" data-uid="C1.Win.GanttView.C1GanttView.FixedCellBorderColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.FixedCellBorderColor.html#C1_Win_GanttView_C1GanttView_FixedCellBorderColor">FixedCellBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom color of cell borders in the fixed area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_FixedFont" data-uid="C1.Win.GanttView.C1GanttView.FixedFont">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.FixedFont.html#C1_Win_GanttView_C1GanttView_FixedFont">FixedFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font used in row/column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_FixedForeColor" data-uid="C1.Win.GanttView.C1GanttView.FixedForeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.FixedForeColor.html#C1_Win_GanttView_C1GanttView_FixedForeColor">FixedForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom foreground color of the fixed column/timescale area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Font" data-uid="C1.Win.GanttView.C1GanttView.Font">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Font.html#C1_Win_GanttView_C1GanttView_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the text displayed by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_GridContextMenu" data-uid="C1.Win.GanttView.C1GanttView.GridContextMenu">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.GridContextMenu.html#C1_Win_GanttView_C1GanttView_GridContextMenu">GridContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the context menu displayed for the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_GridDateFormat" data-uid="C1.Win.GanttView.C1GanttView.GridDateFormat">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.GridDateFormat.html#C1_Win_GanttView_C1GanttView_GridDateFormat">GridDateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string for date values on the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_GridForeColor" data-uid="C1.Win.GanttView.C1GanttView.GridForeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.GridForeColor.html#C1_Win_GanttView_C1GanttView_GridForeColor">GridForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_GridWidth" data-uid="C1.Win.GanttView.C1GanttView.GridWidth">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.GridWidth.html#C1_Win_GanttView_C1GanttView_GridWidth">GridWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the grid portion of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_GroupBackColor" data-uid="C1.Win.GanttView.C1GanttView.GroupBackColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.GroupBackColor.html#C1_Win_GanttView_C1GanttView_GroupBackColor">GroupBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color use for display group task on the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_GroupColumn" data-uid="C1.Win.GanttView.C1GanttView.GroupColumn">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.GroupColumn.html#C1_Win_GanttView_C1GanttView_GroupColumn">GroupColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the group column name where the group caption is drawn besides TaskName column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_GroupDefinition" data-uid="C1.Win.GanttView.C1GanttView.GroupDefinition">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.GroupDefinition.html#C1_Win_GanttView_C1GanttView_GroupDefinition">GroupDefinition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.GanttView.C1GanttView.GroupDefinition.html#C1_Win_GanttView_C1GanttView_GroupDefinition">GroupDefinition</a> object used to manage grouping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_GroupFont" data-uid="C1.Win.GanttView.C1GanttView.GroupFont">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.GroupFont.html#C1_Win_GanttView_C1GanttView_GroupFont">GroupFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font use for display group task on the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_HighlightBackColor" data-uid="C1.Win.GanttView.C1GanttView.HighlightBackColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.HighlightBackColor.html#C1_Win_GanttView_C1GanttView_HighlightBackColor">HighlightBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom background color of the highlighted row in the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_HighlightForeColor" data-uid="C1.Win.GanttView.C1GanttView.HighlightForeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.HighlightForeColor.html#C1_Win_GanttView_C1GanttView_HighlightForeColor">HighlightForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom foreground color of the highlighted row in the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_HoursPerDay" data-uid="C1.Win.GanttView.C1GanttView.HoursPerDay">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.HoursPerDay.html#C1_Win_GanttView_C1GanttView_HoursPerDay">HoursPerDay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of work hours per day.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_HoursPerWeek" data-uid="C1.Win.GanttView.C1GanttView.HoursPerWeek">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.HoursPerWeek.html#C1_Win_GanttView_C1GanttView_HoursPerWeek">HoursPerWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of work hours per week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_MarqueeColor" data-uid="C1.Win.GanttView.C1GanttView.MarqueeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.MarqueeColor.html#C1_Win_GanttView_C1GanttView_MarqueeColor">MarqueeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of marquee displayed on the chart view when resizing or moving task rectangles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_NonworkingTimeColor" data-uid="C1.Win.GanttView.C1GanttView.NonworkingTimeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.NonworkingTimeColor.html#C1_Win_GanttView_C1GanttView_NonworkingTimeColor">NonworkingTimeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the brush for drawing non-working time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Options" data-uid="C1.Win.GanttView.C1GanttView.Options">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Options.html#C1_Win_GanttView_C1GanttView_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets C1GanttView options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Padding" data-uid="C1.Win.GanttView.C1GanttView.Padding">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Padding.html#C1_Win_GanttView_C1GanttView_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>This property is not relevant to this class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_PrintInfo" data-uid="C1.Win.GanttView.C1GanttView.PrintInfo">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.PrintInfo.html#C1_Win_GanttView_C1GanttView_PrintInfo">PrintInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Win.GanttView.C1GanttView.PrintInfo.html#C1_Win_GanttView_C1GanttView_PrintInfo">PrintInfo</a> object that used to manage ganttview printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ProgressLine" data-uid="C1.Win.GanttView.C1GanttView.ProgressLine">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ProgressLine.html#C1_Win_GanttView_C1GanttView_ProgressLine">ProgressLine</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the progress line settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Project" data-uid="C1.Win.GanttView.C1GanttView.Project">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Project.html#C1_Win_GanttView_C1GanttView_Project">Project</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.C1GanttView.Project.html#C1_Win_GanttView_C1GanttView_Project">Project</a> being displayed in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ProjectSummary" data-uid="C1.Win.GanttView.C1GanttView.ProjectSummary">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ProjectSummary.html#C1_Win_GanttView_C1GanttView_ProjectSummary">ProjectSummary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the project summary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ReadOnly" data-uid="C1.Win.GanttView.C1GanttView.ReadOnly">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ReadOnly.html#C1_Win_GanttView_C1GanttView_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the gantt view is in read only mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Resources" data-uid="C1.Win.GanttView.C1GanttView.Resources">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Resources.html#C1_Win_GanttView_C1GanttView_Resources">Resources</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Schedule" data-uid="C1.Win.GanttView.C1GanttView.Schedule">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Schedule.html#C1_Win_GanttView_C1GanttView_Schedule">Schedule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.C1GanttView.Schedule.html#C1_Win_GanttView_C1GanttView_Schedule">Schedule</a> options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ScheduleFrom" data-uid="C1.Win.GanttView.C1GanttView.ScheduleFrom">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ScheduleFrom.html#C1_Win_GanttView_C1GanttView_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_C1GanttView_SchedulePriority" data-uid="C1.Win.GanttView.C1GanttView.SchedulePriority">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SchedulePriority.html#C1_Win_GanttView_C1GanttView_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_C1GanttView_ScrollPosition" data-uid="C1.Win.GanttView.C1GanttView.ScrollPosition">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ScrollPosition.html#C1_Win_GanttView_C1GanttView_ScrollPosition">ScrollPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the task and date in left upper corner of chart view or scrolls the grid and chart views to the specified task and date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SelectedTask" data-uid="C1.Win.GanttView.C1GanttView.SelectedTask">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SelectedTask.html#C1_Win_GanttView_C1GanttView_SelectedTask">SelectedTask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the currently selected task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SelectedTaskIndex" data-uid="C1.Win.GanttView.C1GanttView.SelectedTaskIndex">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SelectedTaskIndex.html#C1_Win_GanttView_C1GanttView_SelectedTaskIndex">SelectedTaskIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the currently selected task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ShowLinks" data-uid="C1.Win.GanttView.C1GanttView.ShowLinks">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ShowLinks.html#C1_Win_GanttView_C1GanttView_ShowLinks">ShowLinks</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Gantt chart draws link lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ShowNonworkingTime" data-uid="C1.Win.GanttView.C1GanttView.ShowNonworkingTime">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ShowNonworkingTime.html#C1_Win_GanttView_C1GanttView_ShowNonworkingTime">ShowNonworkingTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the Gantt chart draws non-working time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ShowProjectSummary" data-uid="C1.Win.GanttView.C1GanttView.ShowProjectSummary">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ShowProjectSummary.html#C1_Win_GanttView_C1GanttView_ShowProjectSummary">ShowProjectSummary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the project's summary task is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ShowStartFinish" data-uid="C1.Win.GanttView.C1GanttView.ShowStartFinish">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ShowStartFinish.html#C1_Win_GanttView_C1GanttView_ShowStartFinish">ShowStartFinish</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the Gantt chart highlights project start and finish dates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ShowToday" data-uid="C1.Win.GanttView.C1GanttView.ShowToday">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ShowToday.html#C1_Win_GanttView_C1GanttView_ShowToday">ShowToday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the Gantt chart highlights today's date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ShowToolbar" data-uid="C1.Win.GanttView.C1GanttView.ShowToolbar">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ShowToolbar.html#C1_Win_GanttView_C1GanttView_ShowToolbar">ShowToolbar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the toolbar with the command buttons is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SplitterColor" data-uid="C1.Win.GanttView.C1GanttView.SplitterColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SplitterColor.html#C1_Win_GanttView_C1GanttView_SplitterColor">SplitterColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom color of the splitter between the grid and chart views.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_StartDate" data-uid="C1.Win.GanttView.C1GanttView.StartDate">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.StartDate.html#C1_Win_GanttView_C1GanttView_StartDate">StartDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start date of the project.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_StartFinishLineColor" data-uid="C1.Win.GanttView.C1GanttView.StartFinishLineColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.StartFinishLineColor.html#C1_Win_GanttView_C1GanttView_StartFinishLineColor">StartFinishLineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the project start/finish date lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SummaryFont" data-uid="C1.Win.GanttView.C1GanttView.SummaryFont">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SummaryFont.html#C1_Win_GanttView_C1GanttView_SummaryFont">SummaryFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the summary font use for display group task on the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Tasks" data-uid="C1.Win.GanttView.C1GanttView.Tasks">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Tasks.html#C1_Win_GanttView_C1GanttView_Tasks">Tasks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Timescale" data-uid="C1.Win.GanttView.C1GanttView.Timescale">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Timescale.html#C1_Win_GanttView_C1GanttView_Timescale">Timescale</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the timescale settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_TodayLineColor" data-uid="C1.Win.GanttView.C1GanttView.TodayLineColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.TodayLineColor.html#C1_Win_GanttView_C1GanttView_TodayLineColor">TodayLineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the &quot;today&quot; line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ToolStrip" data-uid="C1.Win.GanttView.C1GanttView.ToolStrip">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ToolStrip.html#C1_Win_GanttView_C1GanttView_ToolStrip">ToolStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ToolStrip object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ToolbarBackColor" data-uid="C1.Win.GanttView.C1GanttView.ToolbarBackColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ToolbarBackColor.html#C1_Win_GanttView_C1GanttView_ToolbarBackColor">ToolbarBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom background color of the toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_UseStartingYearForFY" data-uid="C1.Win.GanttView.C1GanttView.UseStartingYearForFY">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.UseStartingYearForFY.html#C1_Win_GanttView_C1GanttView_UseStartingYearForFY">UseStartingYearForFY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the fiscal year starts in the same calendar year (true)
or in the previous calendar year (false).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_UserCultureOverride" data-uid="C1.Win.GanttView.C1GanttView.UserCultureOverride">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.UserCultureOverride.html#C1_Win_GanttView_C1GanttView_UserCultureOverride">UserCultureOverride</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the current user regional settings override the selected culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_VisualStyle" data-uid="C1.Win.GanttView.C1GanttView.VisualStyle">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.VisualStyle.html#C1_Win_GanttView_C1GanttView_VisualStyle">VisualStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visual style of the <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</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_C1GanttView_ApplyFilter_C1_Win_GanttView_BaseTaskFilter_" data-uid="C1.Win.GanttView.C1GanttView.ApplyFilter(C1.Win.GanttView.BaseTaskFilter)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ApplyFilter.html#C1_Win_GanttView_C1GanttView_ApplyFilter_C1_Win_GanttView_BaseTaskFilter_">ApplyFilter(BaseTaskFilter)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the filter to C1GanttView.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeginInit" data-uid="C1.Win.GanttView.C1GanttView.BeginInit">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeginInit.html#C1_Win_GanttView_C1GanttView_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeginUpdate" data-uid="C1.Win.GanttView.C1GanttView.BeginUpdate">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeginUpdate.html#C1_Win_GanttView_C1GanttView_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Maintains performance while multiple settings are being changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ClearFilters" data-uid="C1.Win.GanttView.C1GanttView.ClearFilters">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ClearFilters.html#C1_Win_GanttView_C1GanttView_ClearFilters">ClearFilters()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all filters were applied to C1GanttView.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ClearGroup" data-uid="C1.Win.GanttView.C1GanttView.ClearGroup">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ClearGroup.html#C1_Win_GanttView_C1GanttView_ClearGroup">ClearGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the group view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ClearUndoRedo" data-uid="C1.Win.GanttView.C1GanttView.ClearUndoRedo">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ClearUndoRedo.html#C1_Win_GanttView_C1GanttView_ClearUndoRedo">ClearUndoRedo()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears undo and redo stacks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ClickButton_C1_Win_GanttView_CommandButton_" data-uid="C1.Win.GanttView.C1GanttView.ClickButton(C1.Win.GanttView.CommandButton)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ClickButton.html#C1_Win_GanttView_C1GanttView_ClickButton_C1_Win_GanttView_CommandButton_">ClickButton(CommandButton)</a>
        </td>
        <td class="markdown level1 summary"><p>Simulates a click on the toolbar button specified by the 'button' parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Dispose_System_Boolean_" data-uid="C1.Win.GanttView.C1GanttView.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Dispose.html#C1_Win_GanttView_C1GanttView_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_EndInit" data-uid="C1.Win.GanttView.C1GanttView.EndInit">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.EndInit.html#C1_Win_GanttView_C1GanttView_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_EndUpdate" data-uid="C1.Win.GanttView.C1GanttView.EndUpdate">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.EndUpdate.html#C1_Win_GanttView_C1GanttView_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes processing after it has been suspended by a call to <a class="xref" href="C1.Win.GanttView.C1GanttView.BeginUpdate.html#C1_Win_GanttView_C1GanttView_BeginUpdate">BeginUpdate()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ExportToMsProjectXml_System_String_" data-uid="C1.Win.GanttView.C1GanttView.ExportToMsProjectXml(System.String)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ExportToMsProjectXml.html#C1_Win_GanttView_C1GanttView_ExportToMsProjectXml_System_String_">ExportToMsProjectXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports to Microsoft Project's xml file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_GetPredefinedBarStyle_C1_Win_GanttView_BarType_" data-uid="C1.Win.GanttView.C1GanttView.GetPredefinedBarStyle(C1.Win.GanttView.BarType)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.GetPredefinedBarStyle.html#C1_Win_GanttView_C1GanttView_GetPredefinedBarStyle_C1_Win_GanttView_BarType_">GetPredefinedBarStyle(BarType)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a copy of the built-in <a class="xref" href="C1.Win.GanttView.BarStyle.html">BarStyle</a> for the specified bar type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Group_C1_Win_GanttView_BaseGroup_" data-uid="C1.Win.GanttView.C1GanttView.Group(C1.Win.GanttView.BaseGroup)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Group.html#C1_Win_GanttView_C1GanttView_Group_C1_Win_GanttView_BaseGroup_">Group(BaseGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs grouping by a group model.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Group_C1_Win_GanttView_GroupModelCollection_" data-uid="C1.Win.GanttView.C1GanttView.Group(C1.Win.GanttView.GroupModelCollection)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Group.html#C1_Win_GanttView_C1GanttView_Group_C1_Win_GanttView_GroupModelCollection_">Group(GroupModelCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs grouping by a group definition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ImportFromMsProjectXml_System_String_System_Boolean_" data-uid="C1.Win.GanttView.C1GanttView.ImportFromMsProjectXml(System.String,System.Boolean)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ImportFromMsProjectXml.html#C1_Win_GanttView_C1GanttView_ImportFromMsProjectXml_System_String_System_Boolean_">ImportFromMsProjectXml(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Imports Microsoft Project's xml file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_LoadXml_System_IO_Stream_" data-uid="C1.Win.GanttView.C1GanttView.LoadXml(System.IO.Stream)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.LoadXml.html#C1_Win_GanttView_C1GanttView_LoadXml_System_IO_Stream_">LoadXml(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the contents of <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a> from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_LoadXml_System_String_" data-uid="C1.Win.GanttView.C1GanttView.LoadXml(System.String)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.LoadXml.html#C1_Win_GanttView_C1GanttView_LoadXml_System_String_">LoadXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the contents of <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a> from an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_LoadXml_System_Xml_XmlDocument_" data-uid="C1.Win.GanttView.C1GanttView.LoadXml(System.Xml.XmlDocument)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.LoadXml.html#C1_Win_GanttView_C1GanttView_LoadXml_System_Xml_XmlDocument_">LoadXml(XmlDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the contents of <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a> from an <span class="xref">System.Xml.XmlDocument</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnAfterEditTask_C1_Win_GanttView_CancelTaskArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnAfterEditTask(C1.Win.GanttView.CancelTaskArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnAfterEditTask.html#C1_Win_GanttView_C1GanttView_OnAfterEditTask_C1_Win_GanttView_CancelTaskArgs_">OnAfterEditTask(CancelTaskArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.AfterEditTask.html">AfterEditTask</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnAfterFilter_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnAfterFilter(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnAfterFilter.html#C1_Win_GanttView_C1GanttView_OnAfterFilter_System_EventArgs_">OnAfterFilter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.AfterFilter.html">AfterFilter</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnAfterMoveTasks_C1_Win_GanttView_CancelTasksArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnAfterMoveTasks(C1.Win.GanttView.CancelTasksArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnAfterMoveTasks.html#C1_Win_GanttView_C1GanttView_OnAfterMoveTasks_C1_Win_GanttView_CancelTasksArgs_">OnAfterMoveTasks(CancelTasksArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.AfterMoveTasks.html">AfterMoveTasks</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnAmbientChangedVisualStyle" data-uid="C1.Win.GanttView.C1GanttView.OnAmbientChangedVisualStyle">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnAmbientChangedVisualStyle.html#C1_Win_GanttView_C1GanttView_OnAmbientChangedVisualStyle">OnAmbientChangedVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Method invoked when the <a class="xref" href="C1.Win.GanttView.C1GanttView.VisualStyle.html#C1_Win_GanttView_C1GanttView_VisualStyle">VisualStyle</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnBackColorChanged_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnBackColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnBackColorChanged.html#C1_Win_GanttView_C1GanttView_OnBackColorChanged_System_EventArgs_">OnBackColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backcolorchanged">BackColorChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnBeforeAddTask_C1_Win_GanttView_CancelTaskArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnBeforeAddTask(C1.Win.GanttView.CancelTaskArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnBeforeAddTask.html#C1_Win_GanttView_C1GanttView_OnBeforeAddTask_C1_Win_GanttView_CancelTaskArgs_">OnBeforeAddTask(CancelTaskArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeAddTask.html">BeforeAddTask</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnBeforeEditTask_C1_Win_GanttView_CancelTaskArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnBeforeEditTask(C1.Win.GanttView.CancelTaskArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnBeforeEditTask.html#C1_Win_GanttView_C1GanttView_OnBeforeEditTask_C1_Win_GanttView_CancelTaskArgs_">OnBeforeEditTask(CancelTaskArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeEditTask.html">BeforeEditTask</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnBeforeFilter_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnBeforeFilter(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnBeforeFilter.html#C1_Win_GanttView_C1GanttView_OnBeforeFilter_System_ComponentModel_CancelEventArgs_">OnBeforeFilter(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeFilter.html">BeforeFilter</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnBeforeMoveTasks_C1_Win_GanttView_CancelTasksArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnBeforeMoveTasks(C1.Win.GanttView.CancelTasksArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnBeforeMoveTasks.html#C1_Win_GanttView_C1GanttView_OnBeforeMoveTasks_C1_Win_GanttView_CancelTasksArgs_">OnBeforeMoveTasks(CancelTasksArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeMoveTasks.html">BeforeMoveTasks</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnBeforePrint_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnBeforePrint(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnBeforePrint.html#C1_Win_GanttView_C1GanttView_OnBeforePrint_System_ComponentModel_CancelEventArgs_">OnBeforePrint(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforePrint.html">BeforePrint</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnBeforePrintPreview_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnBeforePrintPreview(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnBeforePrintPreview.html#C1_Win_GanttView_C1GanttView_OnBeforePrintPreview_System_ComponentModel_CancelEventArgs_">OnBeforePrintPreview(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforePrintPreview.html">BeforePrintPreview</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnBeforeRemoveTask_C1_Win_GanttView_CancelTaskArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnBeforeRemoveTask(C1.Win.GanttView.CancelTaskArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnBeforeRemoveTask.html#C1_Win_GanttView_C1GanttView_OnBeforeRemoveTask_C1_Win_GanttView_CancelTaskArgs_">OnBeforeRemoveTask(CancelTaskArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeRemoveTask.html">BeforeRemoveTask</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnBeforeZoomFactorChange_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnBeforeZoomFactorChange(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnBeforeZoomFactorChange.html#C1_Win_GanttView_C1GanttView_OnBeforeZoomFactorChange_System_EventArgs_">OnBeforeZoomFactorChange(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeZoomFactorChange.html">BeforeZoomFactorChange</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnCultureInfoChanged_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnCultureInfoChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnCultureInfoChanged.html#C1_Win_GanttView_C1GanttView_OnCultureInfoChanged_System_EventArgs_">OnCultureInfoChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.CultureInfoChanged.html">CultureInfoChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnFontChanged_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnFontChanged.html#C1_Win_GanttView_C1GanttView_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.fontchanged">FontChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnForeColorChanged_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnForeColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnForeColorChanged.html#C1_Win_GanttView_C1GanttView_OnForeColorChanged_System_EventArgs_">OnForeColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.forecolorchanged">ForeColorChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnPaintDay_C1_Win_GanttView_PaintDayEventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnPaintDay(C1.Win.GanttView.PaintDayEventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnPaintDay.html#C1_Win_GanttView_C1GanttView_OnPaintDay_C1_Win_GanttView_PaintDayEventArgs_">OnPaintDay(PaintDayEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.PaintDay.html">PaintDay</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnParentChanged_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnParentChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnParentChanged.html#C1_Win_GanttView_C1GanttView_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.parentchanged">ParentChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnSelectedIndexChanged_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnSelectedIndexChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnSelectedIndexChanged.html#C1_Win_GanttView_C1GanttView_OnSelectedIndexChanged_System_EventArgs_">OnSelectedIndexChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.SelectedIndexChanged.html">SelectedIndexChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnShowDialog_C1_Win_GanttView_ShowDialogEventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnShowDialog(C1.Win.GanttView.ShowDialogEventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnShowDialog.html#C1_Win_GanttView_C1GanttView_OnShowDialog_C1_Win_GanttView_ShowDialogEventArgs_">OnShowDialog(ShowDialogEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.ShowDialog.html">ShowDialog</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnTaskBarClick_C1_Win_GanttView_TaskBarClickEventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnTaskBarClick(C1.Win.GanttView.TaskBarClickEventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnTaskBarClick.html#C1_Win_GanttView_C1GanttView_OnTaskBarClick_C1_Win_GanttView_TaskBarClickEventArgs_">OnTaskBarClick(TaskBarClickEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.TaskBarClick.html">TaskBarClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnTaskBarTooltip_C1_Win_GanttView_TaskBarTooltipEventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnTaskBarTooltip(C1.Win.GanttView.TaskBarTooltipEventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnTaskBarTooltip.html#C1_Win_GanttView_C1GanttView_OnTaskBarTooltip_C1_Win_GanttView_TaskBarTooltipEventArgs_">OnTaskBarTooltip(TaskBarTooltipEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.TaskBarTooltip.html">TaskBarTooltip</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnVisibleChanged.html#C1_Win_GanttView_C1GanttView_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.visiblechanged">VisibleChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_OnZoomFactorChanged_System_EventArgs_" data-uid="C1.Win.GanttView.C1GanttView.OnZoomFactorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.OnZoomFactorChanged.html#C1_Win_GanttView_C1GanttView_OnZoomFactorChanged_System_EventArgs_">OnZoomFactorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.GanttView.C1GanttView.ZoomFactorChanged.html">ZoomFactorChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Preview" data-uid="C1.Win.GanttView.C1GanttView.Preview">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Preview.html#C1_Win_GanttView_C1GanttView_Preview">Preview()</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a separate application window in which end users can preview
the output that would be generated by the print operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Print" data-uid="C1.Win.GanttView.C1GanttView.Print">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Print.html#C1_Win_GanttView_C1GanttView_Print">Print()</a>
        </td>
        <td class="markdown level1 summary"><p>Sends default printing style for the currently selected view to the printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_RemoveSort" data-uid="C1.Win.GanttView.C1GanttView.RemoveSort">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.RemoveSort.html#C1_Win_GanttView_C1GanttView_RemoveSort">RemoveSort()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the all sorts were applied to the tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetBarTextForeColor" data-uid="C1.Win.GanttView.C1GanttView.ResetBarTextForeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetBarTextForeColor.html#C1_Win_GanttView_C1GanttView_ResetBarTextForeColor">ResetBarTextForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.C1GanttView.BarTextForeColor.html#C1_Win_GanttView_C1GanttView_BarTextForeColor">BarTextForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetFont" data-uid="C1.Win.GanttView.C1GanttView.ResetFont">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetFont.html#C1_Win_GanttView_C1GanttView_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.GanttView.C1GanttView.Font.html#C1_Win_GanttView_C1GanttView_Font">Font</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetGridForeColor" data-uid="C1.Win.GanttView.C1GanttView.ResetGridForeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetGridForeColor.html#C1_Win_GanttView_C1GanttView_ResetGridForeColor">ResetGridForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.C1GanttView.GridForeColor.html#C1_Win_GanttView_C1GanttView_GridForeColor">GridForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetGroupBackColor" data-uid="C1.Win.GanttView.C1GanttView.ResetGroupBackColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetGroupBackColor.html#C1_Win_GanttView_C1GanttView_ResetGroupBackColor">ResetGroupBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.GanttView.C1GanttView.GroupBackColor.html#C1_Win_GanttView_C1GanttView_GroupBackColor">GroupBackColor</a> property to default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetMarqueeColor" data-uid="C1.Win.GanttView.C1GanttView.ResetMarqueeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetMarqueeColor.html#C1_Win_GanttView_C1GanttView_ResetMarqueeColor">ResetMarqueeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.C1GanttView.MarqueeColor.html#C1_Win_GanttView_C1GanttView_MarqueeColor">MarqueeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetNonworkingTimeColor" data-uid="C1.Win.GanttView.C1GanttView.ResetNonworkingTimeColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetNonworkingTimeColor.html#C1_Win_GanttView_C1GanttView_ResetNonworkingTimeColor">ResetNonworkingTimeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.C1GanttView.NonworkingTimeColor.html#C1_Win_GanttView_C1GanttView_NonworkingTimeColor">NonworkingTimeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetSplitterColor" data-uid="C1.Win.GanttView.C1GanttView.ResetSplitterColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetSplitterColor.html#C1_Win_GanttView_C1GanttView_ResetSplitterColor">ResetSplitterColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.C1GanttView.SplitterColor.html#C1_Win_GanttView_C1GanttView_SplitterColor">SplitterColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetStartFinishLineColor" data-uid="C1.Win.GanttView.C1GanttView.ResetStartFinishLineColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetStartFinishLineColor.html#C1_Win_GanttView_C1GanttView_ResetStartFinishLineColor">ResetStartFinishLineColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.C1GanttView.StartFinishLineColor.html#C1_Win_GanttView_C1GanttView_StartFinishLineColor">StartFinishLineColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetTodayLineColor" data-uid="C1.Win.GanttView.C1GanttView.ResetTodayLineColor">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetTodayLineColor.html#C1_Win_GanttView_C1GanttView_ResetTodayLineColor">ResetTodayLineColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.C1GanttView.TodayLineColor.html#C1_Win_GanttView_C1GanttView_TodayLineColor">TodayLineColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ResetVisualStyle" data-uid="C1.Win.GanttView.C1GanttView.ResetVisualStyle">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ResetVisualStyle.html#C1_Win_GanttView_C1GanttView_ResetVisualStyle">ResetVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value of the <a class="xref" href="C1.Win.GanttView.C1GanttView.VisualStyle.html#C1_Win_GanttView_C1GanttView_VisualStyle">VisualStyle</a> ambient property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SaveXml_System_IO_Stream_" data-uid="C1.Win.GanttView.C1GanttView.SaveXml(System.IO.Stream)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SaveXml.html#C1_Win_GanttView_C1GanttView_SaveXml_System_IO_Stream_">SaveXml(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a> into a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SaveXml_System_IO_Stream_System_Text_Encoding_" data-uid="C1.Win.GanttView.C1GanttView.SaveXml(System.IO.Stream,System.Text.Encoding)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SaveXml.html#C1_Win_GanttView_C1GanttView_SaveXml_System_IO_Stream_System_Text_Encoding_">SaveXml(Stream, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a> into a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SaveXml_System_String_" data-uid="C1.Win.GanttView.C1GanttView.SaveXml(System.String)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SaveXml.html#C1_Win_GanttView_C1GanttView_SaveXml_System_String_">SaveXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a> into an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SaveXml_System_String_System_Text_Encoding_" data-uid="C1.Win.GanttView.C1GanttView.SaveXml(System.String,System.Text.Encoding)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SaveXml.html#C1_Win_GanttView_C1GanttView_SaveXml_System_String_System_Text_Encoding_">SaveXml(string, Encoding)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a> into an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SaveXml_System_Xml_XmlWriter_" data-uid="C1.Win.GanttView.C1GanttView.SaveXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SaveXml.html#C1_Win_GanttView_C1GanttView_SaveXml_System_Xml_XmlWriter_">SaveXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of <a class="xref" href="C1.Win.GanttView.C1GanttView.html">C1GanttView</a> into an <span class="xref">System.Xml.XmlWriter</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ScrollToTask_C1_Win_GanttView_Task_" data-uid="C1.Win.GanttView.C1GanttView.ScrollToTask(C1.Win.GanttView.Task)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ScrollToTask.html#C1_Win_GanttView_C1GanttView_ScrollToTask_C1_Win_GanttView_Task_">ScrollToTask(Task)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the grid and chart views so that the specified task becomes visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ScrollToTask_C1_Win_GanttView_Task_System_Boolean_" data-uid="C1.Win.GanttView.C1GanttView.ScrollToTask(C1.Win.GanttView.Task,System.Boolean)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ScrollToTask.html#C1_Win_GanttView_C1GanttView_ScrollToTask_C1_Win_GanttView_Task_System_Boolean_">ScrollToTask(Task, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the grid and chart views so that the specified task becomes visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ShouldSerializeFont" data-uid="C1.Win.GanttView.C1GanttView.ShouldSerializeFont">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ShouldSerializeFont.html#C1_Win_GanttView_C1GanttView_ShouldSerializeFont">ShouldSerializeFont()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ShouldSerializeVisualStyle" data-uid="C1.Win.GanttView.C1GanttView.ShouldSerializeVisualStyle">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ShouldSerializeVisualStyle.html#C1_Win_GanttView_C1GanttView_ShouldSerializeVisualStyle">ShouldSerializeVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines whether the <a class="xref" href="C1.Win.GanttView.C1GanttView.VisualStyle.html#C1_Win_GanttView_C1GanttView_VisualStyle">VisualStyle</a>
property is set explicitly and should be persisted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SortTasks_System_Collections_Generic_IComparer_C1_Win_GanttView_Task__" data-uid="C1.Win.GanttView.C1GanttView.SortTasks(System.Collections.Generic.IComparer{C1.Win.GanttView.Task})">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SortTasks.html#C1_Win_GanttView_C1GanttView_SortTasks_System_Collections_Generic_IComparer_C1_Win_GanttView_Task__">SortTasks(IComparer&lt;Task&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts all the tasks by given comparer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SortTasks_System_ComponentModel_PropertyDescriptor_System_ComponentModel_ListSortDirection_" data-uid="C1.Win.GanttView.C1GanttView.SortTasks(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SortTasks.html#C1_Win_GanttView_C1GanttView_SortTasks_System_ComponentModel_PropertyDescriptor_System_ComponentModel_ListSortDirection_">SortTasks(PropertyDescriptor, ListSortDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts all the tasks by specific property and order direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_Zoom_C1_Win_GanttView_TimescaleUnits_System_Int32_" data-uid="C1.Win.GanttView.C1GanttView.Zoom(C1.Win.GanttView.TimescaleUnits,System.Int32)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.Zoom.html#C1_Win_GanttView_C1GanttView_Zoom_C1_Win_GanttView_TimescaleUnits_System_Int32_">Zoom(TimescaleUnits, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom to custom count and unit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ZoomEntireProject" data-uid="C1.Win.GanttView.C1GanttView.ZoomEntireProject">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ZoomEntireProject.html#C1_Win_GanttView_C1GanttView_ZoomEntireProject">ZoomEntireProject()</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom to entire project.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ZoomIn" data-uid="C1.Win.GanttView.C1GanttView.ZoomIn">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ZoomIn.html#C1_Win_GanttView_C1GanttView_ZoomIn">ZoomIn()</a>
        </td>
        <td class="markdown level1 summary"><p>Simulates zoom in operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ZoomOut" data-uid="C1.Win.GanttView.C1GanttView.ZoomOut">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ZoomOut.html#C1_Win_GanttView_C1GanttView_ZoomOut">ZoomOut()</a>
        </td>
        <td class="markdown level1 summary"><p>Simulate zoom out operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ZoomTask_C1_Win_GanttView_Task_" data-uid="C1.Win.GanttView.C1GanttView.ZoomTask(C1.Win.GanttView.Task)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ZoomTask.html#C1_Win_GanttView_C1GanttView_ZoomTask_C1_Win_GanttView_Task_">ZoomTask(Task)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom to a specific task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ZoomTasks_System_Collections_Generic_List_C1_Win_GanttView_Task__" data-uid="C1.Win.GanttView.C1GanttView.ZoomTasks(System.Collections.Generic.List{C1.Win.GanttView.Task})">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ZoomTasks.html#C1_Win_GanttView_C1GanttView_ZoomTasks_System_Collections_Generic_List_C1_Win_GanttView_Task__">ZoomTasks(List&lt;Task&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom to many tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ZoomToRange_System_DateTime_System_DateTime_" data-uid="C1.Win.GanttView.C1GanttView.ZoomToRange(System.DateTime,System.DateTime)">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ZoomToRange.html#C1_Win_GanttView_C1GanttView_ZoomToRange_System_DateTime_System_DateTime_">ZoomToRange(DateTime, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom to specific time range.</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_C1GanttView_AfterEditTask" data-uid="C1.Win.GanttView.C1GanttView.AfterEditTask">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.AfterEditTask.html">AfterEditTask</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after the user finished editing a task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_AfterFilter" data-uid="C1.Win.GanttView.C1GanttView.AfterFilter">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.AfterFilter.html">AfterFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after filtered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_AfterMoveTasks" data-uid="C1.Win.GanttView.C1GanttView.AfterMoveTasks">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.AfterMoveTasks.html">AfterMoveTasks</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after moving tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeforeAddTask" data-uid="C1.Win.GanttView.C1GanttView.BeforeAddTask">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeAddTask.html">BeforeAddTask</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before a new task is added by the user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeforeEditTask" data-uid="C1.Win.GanttView.C1GanttView.BeforeEditTask">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeEditTask.html">BeforeEditTask</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before the user finished editing a task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeforeFilter" data-uid="C1.Win.GanttView.C1GanttView.BeforeFilter">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeFilter.html">BeforeFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before filtering tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeforeMoveTasks" data-uid="C1.Win.GanttView.C1GanttView.BeforeMoveTasks">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeMoveTasks.html">BeforeMoveTasks</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before moving tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeforePrint" data-uid="C1.Win.GanttView.C1GanttView.BeforePrint">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforePrint.html">BeforePrint</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeforePrintPreview" data-uid="C1.Win.GanttView.C1GanttView.BeforePrintPreview">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforePrintPreview.html">BeforePrintPreview</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before showing print preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeforeRemoveTask" data-uid="C1.Win.GanttView.C1GanttView.BeforeRemoveTask">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeRemoveTask.html">BeforeRemoveTask</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before a task is removed by the user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_BeforeZoomFactorChange" data-uid="C1.Win.GanttView.C1GanttView.BeforeZoomFactorChange">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.BeforeZoomFactorChange.html">BeforeZoomFactorChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the ZoomFactor property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_CultureInfoChanged" data-uid="C1.Win.GanttView.C1GanttView.CultureInfoChanged">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.CultureInfoChanged.html">CultureInfoChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the CultureInfo property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_PaintDay" data-uid="C1.Win.GanttView.C1GanttView.PaintDay">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.PaintDay.html">PaintDay</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when painting day on chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_SelectedIndexChanged" data-uid="C1.Win.GanttView.C1GanttView.SelectedIndexChanged">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.SelectedIndexChanged.html">SelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selected task index changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ShowDialog" data-uid="C1.Win.GanttView.C1GanttView.ShowDialog">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ShowDialog.html">ShowDialog</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the dialog shows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_TaskBarClick" data-uid="C1.Win.GanttView.C1GanttView.TaskBarClick">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.TaskBarClick.html">TaskBarClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when click on task bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_TaskBarTooltip" data-uid="C1.Win.GanttView.C1GanttView.TaskBarTooltip">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.TaskBarTooltip.html">TaskBarTooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before the task bar tooltip is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_C1GanttView_ZoomFactorChanged" data-uid="C1.Win.GanttView.C1GanttView.ZoomFactorChanged">
          <a class="xref" href="C1.Win.GanttView.C1GanttView.ZoomFactorChanged.html">ZoomFactorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the ZoomFactor property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
