# C1.WPF.GanttView.C1GanttView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_GanttView_C1GanttView" data-uid="C1.WPF.GanttView.C1GanttView" class="text-break">C1GanttView Class
</h1>
  <div class="markdown level0 summary"></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.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><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.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</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.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.GanttView.html">C1.WPF.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.GanttView.dll</h6>
  <h5 id="C1_WPF_GanttView_C1GanttView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;GridView&quot;, Type = typeof(GridView))]
[TemplatePart(Name = &quot;GanttChartView&quot;, Type = typeof(GanttChartView))]
[TemplatePart(Name = &quot;MainToolBar&quot;, Type = typeof(C1ToolStrip))]
[TemplatePart(Name = &quot;Splitter&quot;, Type = typeof(GridSplitter))]
[TemplatePart(Name = &quot;NotificationGrid&quot;, Type = typeof(Grid))]
public class C1GanttView : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;GridView&quot;, Type:=GetType(GridView))&gt;
&lt;TemplatePart(Name:=&quot;GanttChartView&quot;, Type:=GetType(GanttChartView))&gt;
&lt;TemplatePart(Name:=&quot;MainToolBar&quot;, Type:=GetType(C1ToolStrip))&gt;
&lt;TemplatePart(Name:=&quot;Splitter&quot;, Type:=GetType(GridSplitter))&gt;
&lt;TemplatePart(Name:=&quot;NotificationGrid&quot;, Type:=GetType(Grid))&gt;
Public Class C1GanttView
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</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_WPF_GanttView_C1GanttView__ctor" data-uid="C1.WPF.GanttView.C1GanttView.#ctor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.-ctor.html#C1_WPF_GanttView_C1GanttView__ctor">C1GanttView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.GanttView.C1GanttView.html">C1GanttView</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BarTextFontFamilyProperty" data-uid="C1.WPF.GanttView.C1GanttView.BarTextFontFamilyProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextFontFamilyProperty.html">BarTextFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextFontFamily.html#C1_WPF_GanttView_C1GanttView_BarTextFontFamily">BarTextFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BarTextFontSizeProperty" data-uid="C1.WPF.GanttView.C1GanttView.BarTextFontSizeProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextFontSizeProperty.html">BarTextFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextFontSize.html#C1_WPF_GanttView_C1GanttView_BarTextFontSize">BarTextFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BarTextFontWeightProperty" data-uid="C1.WPF.GanttView.C1GanttView.BarTextFontWeightProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextFontWeightProperty.html">BarTextFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextFontWeight.html#C1_WPF_GanttView_C1GanttView_BarTextFontWeight">BarTextFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BarTextForeColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.BarTextForeColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextForeColorProperty.html">BarTextForeColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextForeColor.html#C1_WPF_GanttView_C1GanttView_BarTextForeColor">BarTextForeColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ChartFinishDateProperty" data-uid="C1.WPF.GanttView.C1GanttView.ChartFinishDateProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ChartFinishDateProperty.html">ChartFinishDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ChartFinishDate.html#C1_WPF_GanttView_C1GanttView_ChartFinishDate">ChartFinishDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ChartStartDateProperty" data-uid="C1.WPF.GanttView.C1GanttView.ChartStartDateProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ChartStartDateProperty.html">ChartStartDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ChartStartDate.html#C1_WPF_GanttView_C1GanttView_ChartStartDate">ChartStartDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GridForeColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.GridForeColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GridForeColorProperty.html">GridForeColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.GridForeColor.html#C1_WPF_GanttView_C1GanttView_GridForeColor">GridForeColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GridWidthProperty" data-uid="C1.WPF.GanttView.C1GanttView.GridWidthProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GridWidthProperty.html">GridWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.GridWidth.html#C1_WPF_GanttView_C1GanttView_GridWidth">GridWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GroupBackColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.GroupBackColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupBackColorProperty.html">GroupBackColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupBackColor.html#C1_WPF_GanttView_C1GanttView_GroupBackColor">GroupBackColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GroupFontFamilyProperty" data-uid="C1.WPF.GanttView.C1GanttView.GroupFontFamilyProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupFontFamilyProperty.html">GroupFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupFontFamily.html#C1_WPF_GanttView_C1GanttView_GroupFontFamily">GroupFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GroupFontSizeProperty" data-uid="C1.WPF.GanttView.C1GanttView.GroupFontSizeProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupFontSizeProperty.html">GroupFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupFontSize.html#C1_WPF_GanttView_C1GanttView_GroupFontSize">GroupFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GroupFontWeightProperty" data-uid="C1.WPF.GanttView.C1GanttView.GroupFontWeightProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupFontWeightProperty.html">GroupFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupFontWeight.html#C1_WPF_GanttView_C1GanttView_GroupFontWeight">GroupFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_HighlightBackColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.HighlightBackColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.HighlightBackColorProperty.html">HighlightBackColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.HighlightBackColor.html#C1_WPF_GanttView_C1GanttView_HighlightBackColor">HighlightBackColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_HighlightForeColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.HighlightForeColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.HighlightForeColorProperty.html">HighlightForeColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.HighlightForeColor.html#C1_WPF_GanttView_C1GanttView_HighlightForeColor">HighlightForeColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_MarqueeColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.MarqueeColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.MarqueeColorProperty.html">MarqueeColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.MarqueeColor.html#C1_WPF_GanttView_C1GanttView_MarqueeColor">MarqueeColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_NonworkingTimeColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.NonworkingTimeColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.NonworkingTimeColorProperty.html">NonworkingTimeColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.NonworkingTimeColor.html#C1_WPF_GanttView_C1GanttView_NonworkingTimeColor">NonworkingTimeColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ReadOnlyProperty" data-uid="C1.WPF.GanttView.C1GanttView.ReadOnlyProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ReadOnlyProperty.html">ReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ReadOnly.html#C1_WPF_GanttView_C1GanttView_ReadOnly">ReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ShowNonworkingTimeProperty" data-uid="C1.WPF.GanttView.C1GanttView.ShowNonworkingTimeProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowNonworkingTimeProperty.html">ShowNonworkingTimeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowNonworkingTime.html#C1_WPF_GanttView_C1GanttView_ShowNonworkingTime">ShowNonworkingTime</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ShowStartFinishProperty" data-uid="C1.WPF.GanttView.C1GanttView.ShowStartFinishProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowStartFinishProperty.html">ShowStartFinishProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowStartFinish.html#C1_WPF_GanttView_C1GanttView_ShowStartFinish">ShowStartFinish</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ShowTodayProperty" data-uid="C1.WPF.GanttView.C1GanttView.ShowTodayProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowTodayProperty.html">ShowTodayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowToday.html#C1_WPF_GanttView_C1GanttView_ShowToday">ShowToday</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ShowToolbarProperty" data-uid="C1.WPF.GanttView.C1GanttView.ShowToolbarProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowToolbarProperty.html">ShowToolbarProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowToolbar.html#C1_WPF_GanttView_C1GanttView_ShowToolbar">ShowToolbar</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SplitterColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.SplitterColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SplitterColorProperty.html">SplitterColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.SplitterColor.html#C1_WPF_GanttView_C1GanttView_SplitterColor">SplitterColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_StartFinishLineColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.StartFinishLineColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.StartFinishLineColorProperty.html">StartFinishLineColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.StartFinishLineColor.html#C1_WPF_GanttView_C1GanttView_StartFinishLineColor">StartFinishLineColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SummaryFontFamilyProperty" data-uid="C1.WPF.GanttView.C1GanttView.SummaryFontFamilyProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SummaryFontFamilyProperty.html">SummaryFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.SummaryFontFamily.html#C1_WPF_GanttView_C1GanttView_SummaryFontFamily">SummaryFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SummaryFontSizeProperty" data-uid="C1.WPF.GanttView.C1GanttView.SummaryFontSizeProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SummaryFontSizeProperty.html">SummaryFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.SummaryFontSize.html#C1_WPF_GanttView_C1GanttView_SummaryFontSize">SummaryFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SummaryFontWeightProperty" data-uid="C1.WPF.GanttView.C1GanttView.SummaryFontWeightProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SummaryFontWeightProperty.html">SummaryFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.SummaryFontWeight.html#C1_WPF_GanttView_C1GanttView_SummaryFontWeight">SummaryFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ThemeProperty" data-uid="C1.WPF.GanttView.C1GanttView.ThemeProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ThemeProperty.html">ThemeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.Theme.html#C1_WPF_GanttView_C1GanttView_Theme">Theme</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_TodayLineColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.TodayLineColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.TodayLineColorProperty.html">TodayLineColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.TodayLineColor.html#C1_WPF_GanttView_C1GanttView_TodayLineColor">TodayLineColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ToolbarBackColorProperty" data-uid="C1.WPF.GanttView.C1GanttView.ToolbarBackColorProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ToolbarBackColorProperty.html">ToolbarBackColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ToolbarBackColor.html#C1_WPF_GanttView_C1GanttView_ToolbarBackColor">ToolbarBackColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ViewHeaderForegroundProperty" data-uid="C1.WPF.GanttView.C1GanttView.ViewHeaderForegroundProperty">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ViewHeaderForegroundProperty.html">ViewHeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ViewHeaderForeground.html#C1_WPF_GanttView_C1GanttView_ViewHeaderForeground">ViewHeaderForeground</a> dependency property.</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_WPF_GanttView_C1GanttView_AdaptiveBarHeight" data-uid="C1.WPF.GanttView.C1GanttView.AdaptiveBarHeight">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.AdaptiveBarHeight.html#C1_WPF_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_WPF_GanttView_C1GanttView_BarHeight" data-uid="C1.WPF.GanttView.C1GanttView.BarHeight">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarHeight.html#C1_WPF_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_WPF_GanttView_C1GanttView_BarStyles" data-uid="C1.WPF.GanttView.C1GanttView.BarStyles">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarStyles.html#C1_WPF_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_WPF_GanttView_C1GanttView_BarTextFontFamily" data-uid="C1.WPF.GanttView.C1GanttView.BarTextFontFamily">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextFontFamily.html#C1_WPF_GanttView_C1GanttView_BarTextFontFamily">BarTextFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family used for bar text on the chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BarTextFontSize" data-uid="C1.WPF.GanttView.C1GanttView.BarTextFontSize">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextFontSize.html#C1_WPF_GanttView_C1GanttView_BarTextFontSize">BarTextFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size used for bar text on the chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BarTextFontWeight" data-uid="C1.WPF.GanttView.C1GanttView.BarTextFontWeight">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextFontWeight.html#C1_WPF_GanttView_C1GanttView_BarTextFontWeight">BarTextFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight used for bar text on the chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BarTextForeColor" data-uid="C1.WPF.GanttView.C1GanttView.BarTextForeColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BarTextForeColor.html#C1_WPF_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_WPF_GanttView_C1GanttView_CalendarExceptions" data-uid="C1.WPF.GanttView.C1GanttView.CalendarExceptions">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.CalendarExceptions.html#C1_WPF_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_WPF_GanttView_C1GanttView_ChartDateFormat" data-uid="C1.WPF.GanttView.C1GanttView.ChartDateFormat">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ChartDateFormat.html#C1_WPF_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_WPF_GanttView_C1GanttView_ChartFinishDate" data-uid="C1.WPF.GanttView.C1GanttView.ChartFinishDate">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ChartFinishDate.html#C1_WPF_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_WPF_GanttView_C1GanttView_ChartStartDate" data-uid="C1.WPF.GanttView.C1GanttView.ChartStartDate">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ChartStartDate.html#C1_WPF_GanttView_C1GanttView_ChartStartDate">ChartStartDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets start date for chart's scrolling area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ChartViewZoomFactor" data-uid="C1.WPF.GanttView.C1GanttView.ChartViewZoomFactor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ChartViewZoomFactor.html#C1_WPF_GanttView_C1GanttView_ChartViewZoomFactor">ChartViewZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets zoom factor of chart view.The value must be between 0 and 11.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_Columns" data-uid="C1.WPF.GanttView.C1GanttView.Columns">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Columns.html#C1_WPF_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_WPF_GanttView_C1GanttView_Culture" data-uid="C1.WPF.GanttView.C1GanttView.Culture">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Culture.html#C1_WPF_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_WPF_GanttView_C1GanttView_CultureInfo" data-uid="C1.WPF.GanttView.C1GanttView.CultureInfo">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.CultureInfo.html#C1_WPF_GanttView_C1GanttView_CultureInfo">CultureInfo</a>
        </td>
        <td class="markdown level1 summary"><p>The current CultureInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_CurrentComparer" data-uid="C1.WPF.GanttView.C1GanttView.CurrentComparer">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.CurrentComparer.html#C1_WPF_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_WPF_GanttView_C1GanttView_CustomCalendars" data-uid="C1.WPF.GanttView.C1GanttView.CustomCalendars">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.CustomCalendars.html#C1_WPF_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_WPF_GanttView_C1GanttView_DataStorage" data-uid="C1.WPF.GanttView.C1GanttView.DataStorage">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.DataStorage.html#C1_WPF_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_WPF_GanttView_C1GanttView_DaysPerMonth" data-uid="C1.WPF.GanttView.C1GanttView.DaysPerMonth">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.DaysPerMonth.html#C1_WPF_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_WPF_GanttView_C1GanttView_DefaultDaysOff" data-uid="C1.WPF.GanttView.C1GanttView.DefaultDaysOff">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.DefaultDaysOff.html#C1_WPF_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_WPF_GanttView_C1GanttView_DefaultWorkWeek" data-uid="C1.WPF.GanttView.C1GanttView.DefaultWorkWeek">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.DefaultWorkWeek.html#C1_WPF_GanttView_C1GanttView_DefaultWorkWeek">DefaultWorkWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default work week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_DefaultWorkingTimes" data-uid="C1.WPF.GanttView.C1GanttView.DefaultWorkingTimes">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.DefaultWorkingTimes.html#C1_WPF_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_WPF_GanttView_C1GanttView_FilterDefinition" data-uid="C1.WPF.GanttView.C1GanttView.FilterDefinition">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.FilterDefinition.html#C1_WPF_GanttView_C1GanttView_FilterDefinition">FilterDefinition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.WPF.GanttView.C1GanttView.FilterDefinition.html#C1_WPF_GanttView_C1GanttView_FilterDefinition">FilterDefinition</a> object used to manage filtering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_FinishDate" data-uid="C1.WPF.GanttView.C1GanttView.FinishDate">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.FinishDate.html#C1_WPF_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_WPF_GanttView_C1GanttView_FirstDayOfWeek" data-uid="C1.WPF.GanttView.C1GanttView.FirstDayOfWeek">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.FirstDayOfWeek.html#C1_WPF_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_WPF_GanttView_C1GanttView_FirstMonthOfFY" data-uid="C1.WPF.GanttView.C1GanttView.FirstMonthOfFY">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.FirstMonthOfFY.html#C1_WPF_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_WPF_GanttView_C1GanttView_GridDateFormat" data-uid="C1.WPF.GanttView.C1GanttView.GridDateFormat">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GridDateFormat.html#C1_WPF_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_WPF_GanttView_C1GanttView_GridForeColor" data-uid="C1.WPF.GanttView.C1GanttView.GridForeColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GridForeColor.html#C1_WPF_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_WPF_GanttView_C1GanttView_GridWidth" data-uid="C1.WPF.GanttView.C1GanttView.GridWidth">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GridWidth.html#C1_WPF_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_WPF_GanttView_C1GanttView_GroupBackColor" data-uid="C1.WPF.GanttView.C1GanttView.GroupBackColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupBackColor.html#C1_WPF_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_WPF_GanttView_C1GanttView_GroupDefinition" data-uid="C1.WPF.GanttView.C1GanttView.GroupDefinition">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupDefinition.html#C1_WPF_GanttView_C1GanttView_GroupDefinition">GroupDefinition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupDefinition.html#C1_WPF_GanttView_C1GanttView_GroupDefinition">GroupDefinition</a> object used to manage grouping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GroupFontFamily" data-uid="C1.WPF.GanttView.C1GanttView.GroupFontFamily">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupFontFamily.html#C1_WPF_GanttView_C1GanttView_GroupFontFamily">GroupFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family used for group task in the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GroupFontSize" data-uid="C1.WPF.GanttView.C1GanttView.GroupFontSize">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupFontSize.html#C1_WPF_GanttView_C1GanttView_GroupFontSize">GroupFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size used for group task in the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GroupFontWeight" data-uid="C1.WPF.GanttView.C1GanttView.GroupFontWeight">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupFontWeight.html#C1_WPF_GanttView_C1GanttView_GroupFontWeight">GroupFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight used for group task in the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_HighlightBackColor" data-uid="C1.WPF.GanttView.C1GanttView.HighlightBackColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.HighlightBackColor.html#C1_WPF_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_WPF_GanttView_C1GanttView_HighlightForeColor" data-uid="C1.WPF.GanttView.C1GanttView.HighlightForeColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.HighlightForeColor.html#C1_WPF_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_WPF_GanttView_C1GanttView_HoursPerDay" data-uid="C1.WPF.GanttView.C1GanttView.HoursPerDay">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.HoursPerDay.html#C1_WPF_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_WPF_GanttView_C1GanttView_HoursPerWeek" data-uid="C1.WPF.GanttView.C1GanttView.HoursPerWeek">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.HoursPerWeek.html#C1_WPF_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_WPF_GanttView_C1GanttView_IsDisposed" data-uid="C1.WPF.GanttView.C1GanttView.IsDisposed">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.IsDisposed.html#C1_WPF_GanttView_C1GanttView_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_MarqueeColor" data-uid="C1.WPF.GanttView.C1GanttView.MarqueeColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.MarqueeColor.html#C1_WPF_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_WPF_GanttView_C1GanttView_NonworkingTimeColor" data-uid="C1.WPF.GanttView.C1GanttView.NonworkingTimeColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.NonworkingTimeColor.html#C1_WPF_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_WPF_GanttView_C1GanttView_Options" data-uid="C1.WPF.GanttView.C1GanttView.Options">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Options.html#C1_WPF_GanttView_C1GanttView_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets C1GanttView options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ProgressLine" data-uid="C1.WPF.GanttView.C1GanttView.ProgressLine">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ProgressLine.html#C1_WPF_GanttView_C1GanttView_ProgressLine">ProgressLine</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the progress line settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_Project" data-uid="C1.WPF.GanttView.C1GanttView.Project">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Project.html#C1_WPF_GanttView_C1GanttView_Project">Project</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.GanttView.C1GanttView.Project.html#C1_WPF_GanttView_C1GanttView_Project">Project</a> being displayed in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ProjectSummary" data-uid="C1.WPF.GanttView.C1GanttView.ProjectSummary">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ProjectSummary.html#C1_WPF_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_WPF_GanttView_C1GanttView_ReadOnly" data-uid="C1.WPF.GanttView.C1GanttView.ReadOnly">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ReadOnly.html#C1_WPF_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_WPF_GanttView_C1GanttView_Schedule" data-uid="C1.WPF.GanttView.C1GanttView.Schedule">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Schedule.html#C1_WPF_GanttView_C1GanttView_Schedule">Schedule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.GanttView.C1GanttView.Schedule.html#C1_WPF_GanttView_C1GanttView_Schedule">Schedule</a> options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ScheduleFrom" data-uid="C1.WPF.GanttView.C1GanttView.ScheduleFrom">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ScheduleFrom.html#C1_WPF_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_WPF_GanttView_C1GanttView_SchedulePriority" data-uid="C1.WPF.GanttView.C1GanttView.SchedulePriority">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SchedulePriority.html#C1_WPF_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_WPF_GanttView_C1GanttView_SelectedTask" data-uid="C1.WPF.GanttView.C1GanttView.SelectedTask">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SelectedTask.html#C1_WPF_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_WPF_GanttView_C1GanttView_SelectedTaskIndex" data-uid="C1.WPF.GanttView.C1GanttView.SelectedTaskIndex">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SelectedTaskIndex.html#C1_WPF_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_WPF_GanttView_C1GanttView_ShowLinks" data-uid="C1.WPF.GanttView.C1GanttView.ShowLinks">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowLinks.html#C1_WPF_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_WPF_GanttView_C1GanttView_ShowNonworkingTime" data-uid="C1.WPF.GanttView.C1GanttView.ShowNonworkingTime">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowNonworkingTime.html#C1_WPF_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_WPF_GanttView_C1GanttView_ShowProjectSummary" data-uid="C1.WPF.GanttView.C1GanttView.ShowProjectSummary">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowProjectSummary.html#C1_WPF_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_WPF_GanttView_C1GanttView_ShowStartFinish" data-uid="C1.WPF.GanttView.C1GanttView.ShowStartFinish">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowStartFinish.html#C1_WPF_GanttView_C1GanttView_ShowStartFinish">ShowStartFinish</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the Gantt chart draws start and finish time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ShowToday" data-uid="C1.WPF.GanttView.C1GanttView.ShowToday">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowToday.html#C1_WPF_GanttView_C1GanttView_ShowToday">ShowToday</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Gantt chart highlights today's date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ShowToolbar" data-uid="C1.WPF.GanttView.C1GanttView.ShowToolbar">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowToolbar.html#C1_WPF_GanttView_C1GanttView_ShowToolbar">ShowToolbar</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the toolbar with the command buttons is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SplitterColor" data-uid="C1.WPF.GanttView.C1GanttView.SplitterColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SplitterColor.html#C1_WPF_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_WPF_GanttView_C1GanttView_StartDate" data-uid="C1.WPF.GanttView.C1GanttView.StartDate">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.StartDate.html#C1_WPF_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_WPF_GanttView_C1GanttView_StartFinishLineColor" data-uid="C1.WPF.GanttView.C1GanttView.StartFinishLineColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.StartFinishLineColor.html#C1_WPF_GanttView_C1GanttView_StartFinishLineColor">StartFinishLineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of start line and finish line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SummaryFontFamily" data-uid="C1.WPF.GanttView.C1GanttView.SummaryFontFamily">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SummaryFontFamily.html#C1_WPF_GanttView_C1GanttView_SummaryFontFamily">SummaryFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family used for summary in the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SummaryFontSize" data-uid="C1.WPF.GanttView.C1GanttView.SummaryFontSize">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SummaryFontSize.html#C1_WPF_GanttView_C1GanttView_SummaryFontSize">SummaryFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size used for summary in the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SummaryFontWeight" data-uid="C1.WPF.GanttView.C1GanttView.SummaryFontWeight">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SummaryFontWeight.html#C1_WPF_GanttView_C1GanttView_SummaryFontWeight">SummaryFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight used for summary in the grid view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_TaskResources" data-uid="C1.WPF.GanttView.C1GanttView.TaskResources">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.TaskResources.html#C1_WPF_GanttView_C1GanttView_TaskResources">TaskResources</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_Tasks" data-uid="C1.WPF.GanttView.C1GanttView.Tasks">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Tasks.html#C1_WPF_GanttView_C1GanttView_Tasks">Tasks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_Theme" data-uid="C1.WPF.GanttView.C1GanttView.Theme">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Theme.html#C1_WPF_GanttView_C1GanttView_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> object containing GanttView theme resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_Timescale" data-uid="C1.WPF.GanttView.C1GanttView.Timescale">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Timescale.html#C1_WPF_GanttView_C1GanttView_Timescale">Timescale</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the timescale settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_TodayLineColor" data-uid="C1.WPF.GanttView.C1GanttView.TodayLineColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.TodayLineColor.html#C1_WPF_GanttView_C1GanttView_TodayLineColor">TodayLineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the today line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ToolbarBackColor" data-uid="C1.WPF.GanttView.C1GanttView.ToolbarBackColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ToolbarBackColor.html#C1_WPF_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_WPF_GanttView_C1GanttView_UseStartingYearForFY" data-uid="C1.WPF.GanttView.C1GanttView.UseStartingYearForFY">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.UseStartingYearForFY.html#C1_WPF_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_WPF_GanttView_C1GanttView_UserCultureOverride" data-uid="C1.WPF.GanttView.C1GanttView.UserCultureOverride">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.UserCultureOverride.html#C1_WPF_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_WPF_GanttView_C1GanttView_ViewHeaderForeground" data-uid="C1.WPF.GanttView.C1GanttView.ViewHeaderForeground">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ViewHeaderForeground.html#C1_WPF_GanttView_C1GanttView_ViewHeaderForeground">ViewHeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color for gridview and chartview headers.</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_WPF_GanttView_C1GanttView_ApplyFilter_C1_GanttView_BaseTaskFilter_" data-uid="C1.WPF.GanttView.C1GanttView.ApplyFilter(C1.GanttView.BaseTaskFilter)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ApplyFilter.html#C1_WPF_GanttView_C1GanttView_ApplyFilter_C1_GanttView_BaseTaskFilter_">ApplyFilter(BaseTaskFilter)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the filter to C1GanttView.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BeginUpdate" data-uid="C1.WPF.GanttView.C1GanttView.BeginUpdate">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BeginUpdate.html#C1_WPF_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_WPF_GanttView_C1GanttView_ClearFilters" data-uid="C1.WPF.GanttView.C1GanttView.ClearFilters">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ClearFilters.html#C1_WPF_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_WPF_GanttView_C1GanttView_ClearGroup" data-uid="C1.WPF.GanttView.C1GanttView.ClearGroup">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ClearGroup.html#C1_WPF_GanttView_C1GanttView_ClearGroup">ClearGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the group view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ClearUndoRedo" data-uid="C1.WPF.GanttView.C1GanttView.ClearUndoRedo">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ClearUndoRedo.html#C1_WPF_GanttView_C1GanttView_ClearUndoRedo">ClearUndoRedo()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears undo and redo stacks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ClickButton_C1_WPF_GanttView_CommandButton_" data-uid="C1.WPF.GanttView.C1GanttView.ClickButton(C1.WPF.GanttView.CommandButton)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ClickButton.html#C1_WPF_GanttView_C1GanttView_ClickButton_C1_WPF_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_WPF_GanttView_C1GanttView_Dispose" data-uid="C1.WPF.GanttView.C1GanttView.Dispose">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Dispose.html#C1_WPF_GanttView_C1GanttView_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_Dispose_System_Boolean_" data-uid="C1.WPF.GanttView.C1GanttView.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Dispose.html#C1_WPF_GanttView_C1GanttView_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_EndUpdate" data-uid="C1.WPF.GanttView.C1GanttView.EndUpdate">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.EndUpdate.html#C1_WPF_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.WPF.GanttView.C1GanttView.BeginUpdate.html#C1_WPF_GanttView_C1GanttView_BeginUpdate">BeginUpdate()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ExportToMsProjectXml" data-uid="C1.WPF.GanttView.C1GanttView.ExportToMsProjectXml">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ExportToMsProjectXml.html#C1_WPF_GanttView_C1GanttView_ExportToMsProjectXml">ExportToMsProjectXml()</a>
        </td>
        <td class="markdown level1 summary"><p>Exports to a Microsoft Project's xml file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_Finalize" data-uid="C1.WPF.GanttView.C1GanttView.Finalize">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Finalize.html#C1_WPF_GanttView_C1GanttView_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.GanttView.C1GanttView.html">C1GanttView</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_GetPredefinedBarStyle_C1_WPF_GanttView_BarType_" data-uid="C1.WPF.GanttView.C1GanttView.GetPredefinedBarStyle(C1.WPF.GanttView.BarType)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.GetPredefinedBarStyle.html#C1_WPF_GanttView_C1GanttView_GetPredefinedBarStyle_C1_WPF_GanttView_BarType_">GetPredefinedBarStyle(BarType)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a copy of the built-in <a class="xref" href="C1.WPF.GanttView.BarStyle.html">BarStyle</a> for the specified bar type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_Group_C1_GanttView_BaseGroup_" data-uid="C1.WPF.GanttView.C1GanttView.Group(C1.GanttView.BaseGroup)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Group.html#C1_WPF_GanttView_C1GanttView_Group_C1_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_WPF_GanttView_C1GanttView_Group_C1_GanttView_GroupModelCollection_" data-uid="C1.WPF.GanttView.C1GanttView.Group(C1.GanttView.GroupModelCollection)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Group.html#C1_WPF_GanttView_C1GanttView_Group_C1_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_WPF_GanttView_C1GanttView_ImportFromMsProjectXml_System_String_System_Boolean_" data-uid="C1.WPF.GanttView.C1GanttView.ImportFromMsProjectXml(System.String,System.Boolean)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ImportFromMsProjectXml.html#C1_WPF_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_WPF_GanttView_C1GanttView_LoadXml_System_IO_Stream_" data-uid="C1.WPF.GanttView.C1GanttView.LoadXml(System.IO.Stream)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.LoadXml.html#C1_WPF_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.WPF.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_WPF_GanttView_C1GanttView_LoadXml_System_String_" data-uid="C1.WPF.GanttView.C1GanttView.LoadXml(System.String)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.LoadXml.html#C1_WPF_GanttView_C1GanttView_LoadXml_System_String_">LoadXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the contents of <a class="xref" href="C1.WPF.GanttView.C1GanttView.html">C1GanttView</a> from an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_LoadXml_System_Xml_XmlDocument_" data-uid="C1.WPF.GanttView.C1GanttView.LoadXml(System.Xml.XmlDocument)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.LoadXml.html#C1_WPF_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.WPF.GanttView.C1GanttView.html">C1GanttView</a> from an <span class="xref">System.Xml.XmlDocument</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnAfterEditTask_C1_WPF_GanttView_CancelTaskEventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnAfterEditTask(C1.WPF.GanttView.CancelTaskEventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnAfterEditTask.html#C1_WPF_GanttView_C1GanttView_OnAfterEditTask_C1_WPF_GanttView_CancelTaskEventArgs_">OnAfterEditTask(CancelTaskEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.AfterEditTask.html">AfterEditTask</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnAfterFilter_System_EventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnAfterFilter(System.EventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnAfterFilter.html#C1_WPF_GanttView_C1GanttView_OnAfterFilter_System_EventArgs_">OnAfterFilter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.AfterFilter.html">AfterFilter</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnAfterMoveTasks_C1_WPF_GanttView_CancelTasksArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnAfterMoveTasks(C1.WPF.GanttView.CancelTasksArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnAfterMoveTasks.html#C1_WPF_GanttView_C1GanttView_OnAfterMoveTasks_C1_WPF_GanttView_CancelTasksArgs_">OnAfterMoveTasks(CancelTasksArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.AfterMoveTasks.html">AfterMoveTasks</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnApplyTemplate" data-uid="C1.WPF.GanttView.C1GanttView.OnApplyTemplate">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnApplyTemplate.html#C1_WPF_GanttView_C1GanttView_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnBeforeAddTask_C1_WPF_GanttView_CancelTaskEventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnBeforeAddTask(C1.WPF.GanttView.CancelTaskEventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnBeforeAddTask.html#C1_WPF_GanttView_C1GanttView_OnBeforeAddTask_C1_WPF_GanttView_CancelTaskEventArgs_">OnBeforeAddTask(CancelTaskEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BeforeAddTask.html">BeforeAddTask</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnBeforeEditTask_C1_WPF_GanttView_CancelTaskEventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnBeforeEditTask(C1.WPF.GanttView.CancelTaskEventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnBeforeEditTask.html#C1_WPF_GanttView_C1GanttView_OnBeforeEditTask_C1_WPF_GanttView_CancelTaskEventArgs_">OnBeforeEditTask(CancelTaskEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BeforeEditTask.html">BeforeEditTask</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnBeforeFilter_System_ComponentModel_CancelEventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnBeforeFilter(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnBeforeFilter.html#C1_WPF_GanttView_C1GanttView_OnBeforeFilter_System_ComponentModel_CancelEventArgs_">OnBeforeFilter(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BeforeFilter.html">BeforeFilter</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnBeforeMoveTasks_C1_WPF_GanttView_CancelTasksArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnBeforeMoveTasks(C1.WPF.GanttView.CancelTasksArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnBeforeMoveTasks.html#C1_WPF_GanttView_C1GanttView_OnBeforeMoveTasks_C1_WPF_GanttView_CancelTasksArgs_">OnBeforeMoveTasks(CancelTasksArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BeforeMoveTasks.html">BeforeMoveTasks</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnBeforeRemoveTask_C1_WPF_GanttView_CancelTaskEventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnBeforeRemoveTask(C1.WPF.GanttView.CancelTaskEventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnBeforeRemoveTask.html#C1_WPF_GanttView_C1GanttView_OnBeforeRemoveTask_C1_WPF_GanttView_CancelTaskEventArgs_">OnBeforeRemoveTask(CancelTaskEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BeforeRemoveTask.html">BeforeRemoveTask</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnBeforeZoomFactorChange_System_EventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnBeforeZoomFactorChange(System.EventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnBeforeZoomFactorChange.html#C1_WPF_GanttView_C1GanttView_OnBeforeZoomFactorChange_System_EventArgs_">OnBeforeZoomFactorChange(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.BeforeZoomFactorChange.html">BeforeZoomFactorChange</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnCultureInfoChanged_System_EventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnCultureInfoChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnCultureInfoChanged.html#C1_WPF_GanttView_C1GanttView_OnCultureInfoChanged_System_EventArgs_">OnCultureInfoChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.CultureInfoChanged.html">CultureInfoChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnPaintDay_C1_WPF_GanttView_PaintDayEventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnPaintDay(C1.WPF.GanttView.PaintDayEventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnPaintDay.html#C1_WPF_GanttView_C1GanttView_OnPaintDay_C1_WPF_GanttView_PaintDayEventArgs_">OnPaintDay(PaintDayEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.PaintDay.html">PaintDay</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnSelectedIndexChanged_System_EventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnSelectedIndexChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnSelectedIndexChanged.html#C1_WPF_GanttView_C1GanttView_OnSelectedIndexChanged_System_EventArgs_">OnSelectedIndexChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.SelectedIndexChanged.html">SelectedIndexChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnShowDialog_System_ComponentModel_CancelEventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnShowDialog(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnShowDialog.html#C1_WPF_GanttView_C1GanttView_OnShowDialog_System_ComponentModel_CancelEventArgs_">OnShowDialog(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowDialog.html">ShowDialog</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_OnZoomFactorChanged_System_EventArgs_" data-uid="C1.WPF.GanttView.C1GanttView.OnZoomFactorChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.OnZoomFactorChanged.html#C1_WPF_GanttView_C1GanttView_OnZoomFactorChanged_System_EventArgs_">OnZoomFactorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.GanttView.C1GanttView.ZoomFactorChanged.html">ZoomFactorChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_RemoveSort" data-uid="C1.WPF.GanttView.C1GanttView.RemoveSort">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.RemoveSort.html#C1_WPF_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_WPF_GanttView_C1GanttView_ResetGroupBackColor" data-uid="C1.WPF.GanttView.C1GanttView.ResetGroupBackColor">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ResetGroupBackColor.html#C1_WPF_GanttView_C1GanttView_ResetGroupBackColor">ResetGroupBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.WPF.GanttView.C1GanttView.GroupBackColor.html#C1_WPF_GanttView_C1GanttView_GroupBackColor">GroupBackColor</a> property to default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SaveXml_System_IO_Stream_" data-uid="C1.WPF.GanttView.C1GanttView.SaveXml(System.IO.Stream)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SaveXml.html#C1_WPF_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.WPF.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_WPF_GanttView_C1GanttView_SaveXml_System_IO_Stream_System_Text_Encoding_" data-uid="C1.WPF.GanttView.C1GanttView.SaveXml(System.IO.Stream,System.Text.Encoding)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SaveXml.html#C1_WPF_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.WPF.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_WPF_GanttView_C1GanttView_SaveXml_System_String_" data-uid="C1.WPF.GanttView.C1GanttView.SaveXml(System.String)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SaveXml.html#C1_WPF_GanttView_C1GanttView_SaveXml_System_String_">SaveXml(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of <a class="xref" href="C1.WPF.GanttView.C1GanttView.html">C1GanttView</a> into an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SaveXml_System_String_System_Text_Encoding_" data-uid="C1.WPF.GanttView.C1GanttView.SaveXml(System.String,System.Text.Encoding)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SaveXml.html#C1_WPF_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.WPF.GanttView.C1GanttView.html">C1GanttView</a> into an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_SaveXml_System_Xml_XmlWriter_" data-uid="C1.WPF.GanttView.C1GanttView.SaveXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SaveXml.html#C1_WPF_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.WPF.GanttView.C1GanttView.html">C1GanttView</a> into an <span class="xref">System.Xml.XmlWriter</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ScrollToTask_C1_GanttView_BaseTask_" data-uid="C1.WPF.GanttView.C1GanttView.ScrollToTask(C1.GanttView.BaseTask)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ScrollToTask.html#C1_WPF_GanttView_C1GanttView_ScrollToTask_C1_GanttView_BaseTask_">ScrollToTask(BaseTask)</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_WPF_GanttView_C1GanttView_ScrollToTask_C1_GanttView_BaseTask_System_Boolean_" data-uid="C1.WPF.GanttView.C1GanttView.ScrollToTask(C1.GanttView.BaseTask,System.Boolean)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ScrollToTask.html#C1_WPF_GanttView_C1GanttView_ScrollToTask_C1_GanttView_BaseTask_System_Boolean_">ScrollToTask(BaseTask, 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_WPF_GanttView_C1GanttView_SortTasks_System_Collections_Generic_IComparer_C1_GanttView_Task__" data-uid="C1.WPF.GanttView.C1GanttView.SortTasks(System.Collections.Generic.IComparer{C1.GanttView.Task})">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SortTasks.html#C1_WPF_GanttView_C1GanttView_SortTasks_System_Collections_Generic_IComparer_C1_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_WPF_GanttView_C1GanttView_SortTasks_System_ComponentModel_PropertyDescriptor_System_ComponentModel_ListSortDirection_" data-uid="C1.WPF.GanttView.C1GanttView.SortTasks(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.SortTasks.html#C1_WPF_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_WPF_GanttView_C1GanttView_Zoom_C1_WPF_GanttView_TimescaleUnits_System_Int32_" data-uid="C1.WPF.GanttView.C1GanttView.Zoom(C1.WPF.GanttView.TimescaleUnits,System.Int32)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.Zoom.html#C1_WPF_GanttView_C1GanttView_Zoom_C1_WPF_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_WPF_GanttView_C1GanttView_ZoomEntireProject" data-uid="C1.WPF.GanttView.C1GanttView.ZoomEntireProject">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ZoomEntireProject.html#C1_WPF_GanttView_C1GanttView_ZoomEntireProject">ZoomEntireProject()</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom to entire project.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ZoomIn" data-uid="C1.WPF.GanttView.C1GanttView.ZoomIn">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ZoomIn.html#C1_WPF_GanttView_C1GanttView_ZoomIn">ZoomIn()</a>
        </td>
        <td class="markdown level1 summary"><p>Simulates zoom in operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ZoomOut" data-uid="C1.WPF.GanttView.C1GanttView.ZoomOut">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ZoomOut.html#C1_WPF_GanttView_C1GanttView_ZoomOut">ZoomOut()</a>
        </td>
        <td class="markdown level1 summary"><p>Simulate zoom out operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ZoomTask_C1_GanttView_Task_" data-uid="C1.WPF.GanttView.C1GanttView.ZoomTask(C1.GanttView.Task)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ZoomTask.html#C1_WPF_GanttView_C1GanttView_ZoomTask_C1_GanttView_Task_">ZoomTask(Task)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom to a specific task.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ZoomTasks_System_Collections_Generic_List_C1_GanttView_Task__" data-uid="C1.WPF.GanttView.C1GanttView.ZoomTasks(System.Collections.Generic.List{C1.GanttView.Task})">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ZoomTasks.html#C1_WPF_GanttView_C1GanttView_ZoomTasks_System_Collections_Generic_List_C1_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_WPF_GanttView_C1GanttView_ZoomToRange_System_DateTime_System_DateTime_" data-uid="C1.WPF.GanttView.C1GanttView.ZoomToRange(System.DateTime,System.DateTime)">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ZoomToRange.html#C1_WPF_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_WPF_GanttView_C1GanttView_AfterEditTask" data-uid="C1.WPF.GanttView.C1GanttView.AfterEditTask">
          <a class="xref" href="C1.WPF.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_WPF_GanttView_C1GanttView_AfterFilter" data-uid="C1.WPF.GanttView.C1GanttView.AfterFilter">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.AfterFilter.html">AfterFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after filtered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_AfterMoveTasks" data-uid="C1.WPF.GanttView.C1GanttView.AfterMoveTasks">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.AfterMoveTasks.html">AfterMoveTasks</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after moving tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BeforeAddTask" data-uid="C1.WPF.GanttView.C1GanttView.BeforeAddTask">
          <a class="xref" href="C1.WPF.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_WPF_GanttView_C1GanttView_BeforeEditTask" data-uid="C1.WPF.GanttView.C1GanttView.BeforeEditTask">
          <a class="xref" href="C1.WPF.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_WPF_GanttView_C1GanttView_BeforeFilter" data-uid="C1.WPF.GanttView.C1GanttView.BeforeFilter">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BeforeFilter.html">BeforeFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before filtering tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BeforeMoveTasks" data-uid="C1.WPF.GanttView.C1GanttView.BeforeMoveTasks">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.BeforeMoveTasks.html">BeforeMoveTasks</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before moving tasks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_BeforeRemoveTask" data-uid="C1.WPF.GanttView.C1GanttView.BeforeRemoveTask">
          <a class="xref" href="C1.WPF.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_WPF_GanttView_C1GanttView_BeforeZoomFactorChange" data-uid="C1.WPF.GanttView.C1GanttView.BeforeZoomFactorChange">
          <a class="xref" href="C1.WPF.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_WPF_GanttView_C1GanttView_CultureInfoChanged" data-uid="C1.WPF.GanttView.C1GanttView.CultureInfoChanged">
          <a class="xref" href="C1.WPF.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_WPF_GanttView_C1GanttView_PaintDay" data-uid="C1.WPF.GanttView.C1GanttView.PaintDay">
          <a class="xref" href="C1.WPF.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_WPF_GanttView_C1GanttView_SelectedIndexChanged" data-uid="C1.WPF.GanttView.C1GanttView.SelectedIndexChanged">
          <a class="xref" href="C1.WPF.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_WPF_GanttView_C1GanttView_ShowDialog" data-uid="C1.WPF.GanttView.C1GanttView.ShowDialog">
          <a class="xref" href="C1.WPF.GanttView.C1GanttView.ShowDialog.html">ShowDialog</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the task info dialog shows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_GanttView_C1GanttView_ZoomFactorChanged" data-uid="C1.WPF.GanttView.C1GanttView.ZoomFactorChanged">
          <a class="xref" href="C1.WPF.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>
