﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Xpf.Gantt.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Xpf.Gantt">
      <summary>
        <para>Contains classes which implement the main functionality of the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. To use these classes in XAML code, add the xmlns:dxgn=”“ namespace reference.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.AddingNewPredecessorLinkEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.AddingNewPredecessorLink"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.AddingNewPredecessorLinkEventArgs.LinkType">
      <summary>
        <para>Gets the type of a newly created link.</para>
      </summary>
      <value>A link type.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.AddingNewPredecessorLinkEventArgs.NewPredecessorLink">
      <summary>
        <para>Gets or sets a newly created predecessor link.</para>
      </summary>
      <value>An object that is a newly created predecessor link.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.AddingNewPredecessorLinkEventArgs.PredecessorTask">
      <summary>
        <para>Gets the predecessor task.</para>
      </summary>
      <value>A predecessor task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.AddingNewPredecessorLinkEventArgs.Task">
      <summary>
        <para>Gets the successor task.</para>
      </summary>
      <value>The successor task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.AddingNewResourceLinkEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.AddingNewResourceLink"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.AddingNewResourceLinkEventArgs.AllocationPercentage">
      <summary>
        <para>Gets a percentage of time the <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resource</see> spends on a task.</para>
      </summary>
      <value>A percentage of time the resource spends on a task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.AddingNewResourceLinkEventArgs.NewResourceLink">
      <summary>
        <para>Gets or sets a newly created resource link.</para>
      </summary>
      <value>An object that is a newly created resource link.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.AddingNewResourceLinkEventArgs.Resource">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resource</see> for which a new link is being added.</para>
      </summary>
      <value>A resource.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.AddingNewResourceLinkEventArgs.Task">
      <summary>
        <para>Gets a task for which a new link is being added.</para>
      </summary>
      <value>A task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.BeginNewTaskDrawEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginNewTaskDraw">GanttView.BeginNewTaskDraw</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.BeginNewTaskDrawEventArgs.StartDate">
      <summary>
        <para>Gets or sets the newly created task’s start date.</para>
      </summary>
      <value>The newly created task’s start date.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.BeginPredecessorLinkEditEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginPredecessorLinkEdit">GanttView.BeginPredecessorLinkEdit</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.BeginPredecessorLinkEditEventArgs.LinkType">
      <summary>
        <para>Gets the type of the edited link.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Mvvm.Gantt.PredecessorLinkType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.BeginPredecessorLinkEditEventArgs.Predecessor">
      <summary>
        <para>Gets the predecessor of the edited link (connector).</para>
      </summary>
      <value>The edited link predecessor.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.BeginPredecessorLinkEditEventArgs.PredecessorLink">
      <summary>
        <para>Gets an edited predecessor link (connector).</para>
      </summary>
      <value>A data object that represents the edited link (connector).</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.BeginPredecessorLinkEditEventArgs.Successor">
      <summary>
        <para>Gets the successor of the edited link (connector).</para>
      </summary>
      <value>The edited link successor.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.BeginProgressMoveEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginProgressMove"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.BeginProgressMoveEventArgs.Node">
      <summary>
        <para>Gets the task whose progress is about to be edited.</para>
      </summary>
      <value>A task whose progress is about to be edited.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.BeginTaskFinishDateMoveEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginTaskFinishDateMove"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.BeginTaskFinishDateMoveEventArgs.Node">
      <summary>
        <para>Gets the task whose finish date is about to be edited.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.BeginTaskMoveEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginTaskMove">GanttView.BeginTaskMove</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.BeginTaskMoveEventArgs.Node">
      <summary>
        <para>Gets the task whose start date is about to be edited.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.CalculateSummaryTaskProgressEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.CalculateSummaryTaskProgress"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.CalculateSummaryTaskProgressEventArgs.Node">
      <summary>
        <para>Gets the currently processed summary task.</para>
      </summary>
      <value>The currently processed summary task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.CalculateSummaryTaskProgressEventArgs.Progress">
      <summary>
        <para>Gets or sets the currently processed summary task’s progress.</para>
      </summary>
      <value>The currently processed summary task’s progress.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.ConnectorThumbKind">
      <summary>
        <para>Lists the values that specify which of the connector thumbs are visible to an end user.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.ConnectorThumbKind.Both">
      <summary>
        <para>Both connector thumbs are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.ConnectorThumbKind.Finish">
      <summary>
        <para>The finish connector thumb is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.ConnectorThumbKind.None">
      <summary>
        <para>The task’s connector thumbs are not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.ConnectorThumbKind.Start">
      <summary>
        <para>The start connector thumb is displayed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.CriticalPathHighlightMode">
      <summary>
        <para>Lists the values that specify the critical path highlight mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.CriticalPathHighlightMode.Multiple">
      <summary>
        <para>Control highlights multiple chains of linked tasks that affect the overall project duration.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.CriticalPathHighlightMode.None">
      <summary>
        <para>Control does not highlight a critical path.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.CriticalPathHighlightMode.Single">
      <summary>
        <para>Control highlights a single chain of linked tasks that affect the overall project duration.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.CurrentDateTimeStripLine">
      <summary>
        <para>Represents a strip line that indicates the current time (DateTime.Now), and automatically updates its position onscreen.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.CurrentDateTimeStripLine.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.CurrentDateTimeStripLine"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.Daily">
      <summary>
        <para>Represents the daily recurrence.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.Daily.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.Daily"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttColumn">
      <summary>
        <para>A column within a <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttColumn"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttColumn.BindTo">
      <summary>
        <para>Gets or sets a task field to which the current column is bound</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.GanttColumnBindingSource"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumn.BindToProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttColumn.BindTo">GanttColumn.BindTo</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttColumnBindingSource">
      <summary>
        <para>Lists the values that specify the gantt task data fields to which a column can be bound.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumnBindingSource.BaselineDuration">
      <summary>
        <para>Identifies the task baseline’s duration.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumnBindingSource.BaselineFinishDate">
      <summary>
        <para>Identifies the task baseline’s finish date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumnBindingSource.BaselineStartDate">
      <summary>
        <para>Identifies the task baseline’s start date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumnBindingSource.Duration">
      <summary>
        <para>Identifies the task’s duration.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumnBindingSource.FinishDate">
      <summary>
        <para>Identifies the task’s finish date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumnBindingSource.Name">
      <summary>
        <para>Identifies the task’s name.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumnBindingSource.Progress">
      <summary>
        <para>Identifies the task’s progress.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumnBindingSource.ResourceLinks">
      <summary>
        <para>Identifies the task’s resource links.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttColumnBindingSource.StartDate">
      <summary>
        <para>Identifies the task’s start date.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttColumnCollection">
      <summary>
        <para>The <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>‘s column collection</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttColumnCollection.#ctor(DevExpress.Xpf.Gantt.GanttControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttColumnCollection"/> class with the specified owner.</para>
      </summary>
      <param name="gantt">A <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> object that owns the current collection.</param>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttConnector">
      <summary>
        <para>A gantt <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">connector</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttConnector.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttConnector"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.BeginPoint">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value />
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.BeginPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.BeginPoint">GanttConnector.BeginPoint</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.Content">
      <summary>
        <para>Gets the bound predecessor link object.</para>
      </summary>
      <value>An object from data source that contains predecessor link info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.CornerRadius">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">connector</see>‘s corner radius.</para>
      </summary>
      <value>A connector’s corner radius.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.CornerRadiusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.CornerRadius">GanttConnector.CornerRadius</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.EndPoint">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value />
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.EndPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.EndPoint">GanttConnector.EndPoint</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttConnector.GetIsAttachmentTarget(System.Windows.Media.Visual)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.IsAttachmentTarget">GanttConnector.IsAttachmentTarget</see> attached property for the specified object.</para>
      </summary>
      <param name="d">The element from which the property value is read.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.IsAttachmentTarget">GanttConnector.IsAttachmentTarget</see> property value for the element.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.IsAttachmentTargetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.IsAttachmentTarget">GanttConnector.IsAttachmentTarget</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.IsHighlighted">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value />
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.IsHighlightedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.IsHighlighted"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.LineMargin">
      <summary>
        <para>Gets or sets the minimum length of the connector’s part that enters or exits Gantt tasks. This is a dependency property.</para>
      </summary>
      <value>The length of the connector’s part.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.LineMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.LineMargin">GanttConnector.LineMargin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.LogicalToDisplay">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value />
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.LogicalToDisplayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.LogicalToDisplay">GanttConnector.LogicalToDisplay</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.MilestoneLineMargin">
      <summary>
        <para>Gets or sets the minimum length of the connector’s part that enters or exits a milestone. This is a dependency property.</para>
      </summary>
      <value>The length of the connector’s part.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.MilestoneLineMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.MilestoneLineMargin"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.Points">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value />
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.PointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.Points">GanttConnector.Points</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.PredecessorLinkType">
      <summary>
        <para>Gets or sets the predecessor link type. This is a dependency property.</para>
      </summary>
      <value>A predecessor link type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.PredecessorLinkTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.PredecessorLinkType">GanttConnector.PredecessorLinkType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttConnector.SetIsAttachmentTarget(System.Windows.Media.Visual,System.Boolean)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.IsAttachmentTarget">GanttConnector.IsAttachmentTarget</see> attached property to a specified <see cref="T:System.Windows.Media.Visual"/>.</para>
      </summary>
      <param name="d">The object to which the attached property is written</param>
      <param name="value">The <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.IsAttachmentTarget">GanttConnector.IsAttachmentTarget</see> property value.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.ShadowBrush">
      <summary>
        <para>Gets or sets the brush used to paint the <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">connector</see>‘s shadow. This is a dependency property.</para>
      </summary>
      <value>A brush used to paint the connector’s shadow.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.ShadowBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.ShadowBrush"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnector.ShadowThickness">
      <summary>
        <para>Gets or sets the thickness of the <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">Connector</see>‘s shadow. This is a dependency property.</para>
      </summary>
      <value>The width of the connector’s shadow.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnector.ShadowThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnector.ShadowThickness"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttConnectorBase">
      <summary>
        <para>Serves as a base class for the Gantt task <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">Connector</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnectorBase.ArrowSize">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">connector</see>‘s arrow size. This is a dependency property.</para>
      </summary>
      <value>A connector’s arrow size.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnectorBase.ArrowSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnectorBase.ArrowSize"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnectorBase.Stroke">
      <summary>
        <para>Gets or sets the brush used to paint the task <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">connector</see>. This is a dependency property.</para>
      </summary>
      <value>A brush used to paint the connector.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeDashArray">
      <summary>
        <para>Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to draw the <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">Connector</see>. This is a dependency property.</para>
      </summary>
      <value>A collection of Double values that specify the pattern of dashes and gaps. This is a dependency property.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeDashArrayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeDashArray"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeDashOffset">
      <summary>
        <para>Gets or sets a Double that specifies the distance within the dash pattern where a dash begins. This is a dependency property.</para>
      </summary>
      <value>A Double that represents the distance within the dash pattern where a dash begins.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeDashOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeDashOffset"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnectorBase.Stroke"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeThickness">
      <summary>
        <para>Gets or sets the thickness of the <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">Connector</see>‘s line. This is a dependency property.</para>
      </summary>
      <value>The width of the connector’s line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttConnectorBase.StrokeThickness"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttConnectorEditPreview">
      <summary>
        <para>A gantt <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">connector</see>‘s edit preview.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttConnectorEditPreview.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttConnectorEditPreview"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttControl">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/400329/controls-and-libraries/gantt-control">Gantt control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttControl.Bands">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>‘s band collection.</para>
      </summary>
      <value>An observable collection of bands within the GanttControl.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttControl.BandsLayout">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttControl.BandsLayoutProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttControl.BandsLayout">GanttControl.BandsLayout</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttControl.Columns">
      <summary>
        <para>Provides access to the column collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.GanttColumnCollection"/> object that is a collection of columns within the control.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttControl.EndInit">
      <summary>
        <para>Ends the runtime initialization.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttControl.View">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>‘s view. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.GanttView"/> object that is a view that displays Gantt chart.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttControl.ViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttControl.View">GanttControl.View</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttControlBand">
      <summary>
        <para>The Gantt control band column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttControlBand.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttControlBand"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttControlBand.Bands">
      <summary>
        <para>Provides access to the band’s child band collection.</para>
      </summary>
      <value>A collection of bands.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttControlBand.Columns">
      <summary>
        <para>Provides access to the band’s child column collection.</para>
      </summary>
      <value>A collection of columns.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttMilestoneBaselineControl">
      <summary>
        <para>A gantt milestone <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baseline</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttMilestoneBaselineControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttMilestoneBaselineControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttMilestoneControl">
      <summary>
        <para>A gantt milestone.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttMilestoneControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttMilestoneControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttNode">
      <summary>
        <para>A gantt task.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.BaselineDuration">
      <summary>
        <para>Gets the task baseline’s duration.</para>
      </summary>
      <value>A task baseline’s duration.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.BaselineFinishDate">
      <summary>
        <para>Gets the task baseline’s finish date.</para>
      </summary>
      <value>A task baseline’s finish date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.BaselineStartDate">
      <summary>
        <para>Gets the task baseline’s start date.</para>
      </summary>
      <value>A task baseline’s start date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.Duration">
      <summary>
        <para>Gets the task’s duration.</para>
      </summary>
      <value>A task’s duration.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.FinishDate">
      <summary>
        <para>Gets the task’s finish date.</para>
      </summary>
      <value>A task’s finish date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.IsCritical">
      <summary>
        <para>Gets whether the current Gantt task is critical.</para>
      </summary>
      <value>true, if  the current Gantt task is critical; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.Name">
      <summary>
        <para>Gets the task’s name.</para>
      </summary>
      <value>A task’s name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.Progress">
      <summary>
        <para>Gets the task’s progress.</para>
      </summary>
      <value>A task’s progress.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.StartDate">
      <summary>
        <para>Gets the task’s start date.</para>
      </summary>
      <value>A task’s start date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttNode.TaskKind">
      <summary>
        <para>Gets the task’s kind (task, summary task or milestone).</para>
      </summary>
      <value>A task’s kind.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttNode.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings">
      <summary>
        <para>Provides information on the <see href="https://docs.devexpress.com/WPF/400349/controls-and-libraries/gantt-control/task-dependencies">task dependency</see> properties’ mapping to data fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.Lag">
      <summary>
        <para>Specifies the data field from which the GanttControl should obtain the time lag (a <see cref="T:System.TimeSpan"/> object). This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that identifies a time lag.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.LagProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.Lag"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.LinkType">
      <summary>
        <para>Specifies the data field from which the GanttControl should obtain the link type. This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that contains link types.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.LinkTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.LinkType">GanttPredecessorLinkMappings.LinkType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.PredecessorTask">
      <summary>
        <para>Specifies the data field from which the GanttControl should obtain the predecessor task. This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that identifies a predecessor task.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.PredecessorTaskProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.PredecessorTask">GanttPredecessorLinkMappings.PredecessorTask</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.Task">
      <summary>
        <para>Specifies the data field from which the GanttControl should obtain the successor task. This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that identifies a successor task.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.TaskProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttPredecessorLinkMappings.Task">GanttPredecessorLinkMappings.Task</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttResourceControl">
      <summary>
        <para>A gantt <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resource</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttResourceControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttResourceControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceControl.CornerRadius">
      <summary>
        <para>Gets or sets resource corner radius.</para>
      </summary>
      <value>A resource corner radius.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceControl.CornerRadiusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceControl.CornerRadius"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceControl.Resource">
      <summary>
        <para>Gets a resource.</para>
      </summary>
      <value>A resource.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceBackground">
      <summary>
        <para>Gets a resource background.</para>
      </summary>
      <value>A resource background.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceBackground"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceBorderBrush">
      <summary>
        <para>Gets a resource border brush.</para>
      </summary>
      <value>A resource border brush.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceBorderBrush"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceColor">
      <summary>
        <para>Gets or sets a resource color.</para>
      </summary>
      <value>A resource color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceColorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceColor"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceForeground">
      <summary>
        <para>Gets a resource foreground.</para>
      </summary>
      <value>A resource foreground.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceForeground"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceControl.ResourceLink">
      <summary>
        <para>Gets a resource link.</para>
      </summary>
      <value>A resource link.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceControl.RowBackground">
      <summary>
        <para>Gets or sets a row background.</para>
      </summary>
      <value>A row background.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceControl.RowBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceControl.RowBackground"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttResourceLinkMappings">
      <summary>
        <para>Contains properties that specify data source fields from which the control obtains <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources#retrieve-resource-dependencies">resource dependencies</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttResourceLinkMappings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.AllocationPercentage">
      <summary>
        <para>Specifies a data field from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> obtains the percentage of time a <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resource</see> spends on a task. This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that identifies an allocation percentage.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.AllocationPercentageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.AllocationPercentage"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.Resource">
      <summary>
        <para>Specifies a data field from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> obtains a <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resource</see>. This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that identifies a resource.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.ResourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.Resource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.Task">
      <summary>
        <para>Specifies a data field from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> obtains a task. This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that identifies a task.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.TaskProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceLinkMappings.Task"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttResourceMappings">
      <summary>
        <para>Contains properties that specify data source fields from which the control obtains <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttResourceMappings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttResourceMappings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceMappings.Color">
      <summary>
        <para>Specifies a data field from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> obtains a resource’s color. This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that identifies a resource’s color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceMappings.ColorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceMappings.Color"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceMappings.Key">
      <summary>
        <para>Specifies a data field from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> obtains a resource’s id. This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that identifies a resource’s id.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceMappings.KeyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceMappings.Key"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttResourceMappings.Name">
      <summary>
        <para>Specifies a data field from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> obtains a resource’s name. This is a dependency property.</para>
      </summary>
      <value>A mapping to the data field that identifies a resource’s name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttResourceMappings.NameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttResourceMappings.Name"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttScrollMode">
      <summary>
        <para>Lists the values used to specify the GanttControl scroll mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttScrollMode.Content">
      <summary>
        <para>The scrolling is enabled only if the gantt tasks are not fully visible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttScrollMode.Page">
      <summary>
        <para>The gantt area is scrollable regardless of the content size.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttSummaryTaskBaselineControl">
      <summary>
        <para>A summary task <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baseline</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttSummaryTaskBaselineControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttSummaryTaskBaselineControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttSummaryTaskControl">
      <summary>
        <para>A summary task.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttSummaryTaskControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketBrush">
      <summary>
        <para>Gets or sets a brush used to paint the summary task’s bracket. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketBrush">GanttSummaryTaskControl.BracketBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketHeight">
      <summary>
        <para>Gets or sets a summary task’s bracket height. This is a dependency property.</para>
      </summary>
      <value>A bracket height.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketHeight">GanttSummaryTaskControl.BracketHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketIndent">
      <summary>
        <para>Gets or sets a summary task’s bracket indent. This is a dependency property.</para>
      </summary>
      <value>A bracket indent.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketIndentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketIndent">GanttSummaryTaskControl.BracketIndent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketThickness">
      <summary>
        <para>Gets or sets a summary task’s bracket indent. This is a dependency property.</para>
      </summary>
      <value>A bracket thickness.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttSummaryTaskControl.BracketThickness">GanttSummaryTaskControl.BracketThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttTaskBaselineControl">
      <summary>
        <para>A gantt task <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baseline</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttTaskBaselineControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttTaskBaselineControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttTaskControl">
      <summary>
        <para>A gantt task.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttTaskControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttTaskControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttTaskControlBase">
      <summary>
        <para>Serves as a base class for the <see href="https://docs.devexpress.com/WPF/400341/controls-and-libraries/gantt-control/item-types">gantt items</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttTaskControlBase.CornerRadius">
      <summary>
        <para>Gets or sets the gantt task items’ corner radius. This is a dependency property.</para>
      </summary>
      <value>A task item’s corner radius</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttTaskControlBase.CornerRadiusProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttTaskControlBase.CornerRadius">GanttTaskControlBase.CornerRadius</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttTaskControlBase.ProgressBackground">
      <summary>
        <para>Gets or sets a brush used to paint the task’s progress. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttTaskControlBase.ProgressBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttTaskControlBase.ProgressBackground">GanttTaskControlBase.ProgressBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttTaskKind">
      <summary>
        <para>Lists the values that specify the gantt task kind (task, summary task, and milestone).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttTaskKind.Milestone">
      <summary>
        <para>Identifies the milestone task.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttTaskKind.Summary">
      <summary>
        <para>Identifies the summary task.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttTaskKind.Task">
      <summary>
        <para>Identifies the gantt task.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttView">
      <summary>
        <para>Visualizes the GanttControl data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.GanttView"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ActualPrintTaskContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ActualPrintTaskContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ActualPrintTaskContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ActualPrintTaskContentTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ActualSplitterWidth">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the splitter width, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ActualSplitterWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ActualSplitterWidth">GanttView.ActualSplitterWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ActualTreeListWidth">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the tree list area width, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ActualTreeListWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ActualTreeListWidth">GanttView.ActualTreeListWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ActualUseResourcesAsTaskContent">
      <summary>
        <para>Gets whether names of assigned resources are actually displayed as the task content.</para>
      </summary>
      <value>true, if names of assigned resources are actually displayed as the task content; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ActualWorkdayDuration">
      <summary>
        <para>Gets a duration of the working day. This is a dependency property.</para>
      </summary>
      <value>A workday duration.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ActualWorkdayDurationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ActualWorkdayDuration"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.AddingNewPredecessorLink">
      <summary>
        <para>Occurs before creating a new link and allows you to change the newly creating link.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AddingNewPredecessorLinkEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.AddingNewPredecessorLink"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.AddingNewResourceLink">
      <summary>
        <para>Occurs before the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> creates a <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources#retrieve-resource-dependencies">resource link</see>. This event allows you to change this link.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AddingNewResourceLinkEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.AddingNewResourceLink"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowDrawNewTask">
      <summary>
        <para>Gets or sets whether an end user can add a new task by drawing the task in the <see href="https://docs.devexpress.com/WPF/400345/controls-and-libraries/gantt-control/visual-elements/gantt-area">Gantt area</see>‘s new item row. This is a dependency property.</para>
      </summary>
      <value>true, if drawing new tasks is allowed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowDrawNewTaskProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowDrawNewTask"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowEditConnectors">
      <summary>
        <para>Gets or sets whether an end user is allowed to edit the connectors in the <see href="https://docs.devexpress.com/WPF/400345/controls-and-libraries/gantt-control/visual-elements/gantt-area">Gantt area</see>. This is a dependency property.</para>
      </summary>
      <value>true, if connector editing is allowed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowEditConnectorsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowEditConnectors"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowSchedulingOnEditing">
      <summary>
        <para>Gets or sets whether the GanttControl should recalculate task properties once a related task’s start date, progress, or duration has been modified. This is a dependency property.</para>
      </summary>
      <value>true, to recalculate task properties; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowSchedulingOnEditingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowSchedulingOnEditing"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowSummaryTaskFinishDateMove">
      <summary>
        <para>Specifies whether end users can change a summary task end date by resizing the task. This is a dependency property.</para>
      </summary>
      <value>true, if end users can change a summary task end date; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowSummaryTaskFinishDateMoveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowSummaryTaskFinishDateMove"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowSummaryTaskProgressMove">
      <summary>
        <para>Specifies whether end users can change a summary task progress by resizing the summary task’s progress bar. This is a dependency property.</para>
      </summary>
      <value>true, if an end user can change the summary task progress by resizing the task’s progress bar; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowSummaryTaskProgressMoveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowSummaryTaskProgressMove"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowSummaryTaskResourceLinksEdit">
      <summary>
        <para>Specifies whether end users can edit a summary task’s resource links. This is a dependency property.</para>
      </summary>
      <value>true, if end users can edit a summary task’s resource links; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowSummaryTaskResourceLinksEditProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowSummaryTaskResourceLinksEdit"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowTaskFinishDateMove">
      <summary>
        <para>Gets or sets whether end users can change the task duration by resizing the gantt task. This is a dependency property.</para>
      </summary>
      <value>true, if an end user can change the task duration by resizing the gantt task; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowTaskFinishDateMoveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowTaskFinishDateMove"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowTaskMove">
      <summary>
        <para>Gets or sets whether an end user can edit task start and finish dates by moving tasks alongside the timeline. This is a dependency property.</para>
      </summary>
      <value>true, if an end user can move tasks alongside the timeline; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowTaskMoveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowTaskMove"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowTaskProgressMove">
      <summary>
        <para>Gets or sets whether end users can change the task progress by resizing the task’s progress bar. This is a dependency property.</para>
      </summary>
      <value>true, if an end user can change the task progress by resizing the task’s progress bar; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowTaskProgressMoveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowTaskProgressMove"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowTaskRemove">
      <summary>
        <para>Gets or sets whether an end user can remove tasks using the Del button. This is a dependency property.</para>
      </summary>
      <value>true, if an end user can remove tasks; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowTaskRemoveProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowTaskRemove"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.AllowValidatePredecessorLinks">
      <summary>
        <para>Gets or sets whether the GanttControl validates connectors and highlights invalid connectors. This is a dependency property.</para>
      </summary>
      <value>true, if the GanttControl validates connectors; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.AllowValidatePredecessorLinksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.AllowValidatePredecessorLinks"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.BaselineDurationMapping">
      <summary>
        <para>Provides a path to a data field that stores the task baseline’s duration. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.BaselineDurationMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.BaselineDurationMapping">GanttView.BaselineDurationMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.BaselineFinishDateMapping">
      <summary>
        <para>Provides a path to a data field that stores the task baseline’s finish date. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.BaselineFinishDateMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.BaselineFinishDateMapping">GanttView.BaselineFinishDateMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.BaselineStartDateMapping">
      <summary>
        <para>Provides a path to a data field that stores the task baseline’s start date. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.BaselineStartDateMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.BaselineStartDateMapping">GanttView.BaselineStartDateMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.BeginNewTaskDraw">
      <summary>
        <para>Occurs when an end user starts drawing a new task (on MouseDown) and allows you to change the created task’s start date. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.BeginNewTaskDrawEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginNewTaskDraw"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.BeginPredecessorLinkEdit">
      <summary>
        <para>Occurs when an end user starts editing or creating a task connector (on MouseDown) on the Gantt area. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.BeginPredecessorLinkEditEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginPredecessorLinkEdit"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.BeginProgressMove">
      <summary>
        <para>Occurs when an end user starts editing a task’s progress (on MouseDown) in the Gantt area. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.BeginProgressMoveEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginProgressMove"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.BeginTaskFinishDateMove">
      <summary>
        <para>Occurs when an end user starts editing task duration by dragging the task’s finish date (on MouseDown) in the Gantt area. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.BeginTaskFinishDateMoveEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginTaskFinishDateMove"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.BeginTaskMove">
      <summary>
        <para>Occurs when an end user starts editing task start date by dragging the task (on MouseDown) in the Gantt area. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.BeginTaskMoveEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.BeginTaskMove"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.CalcHitInfo(System.Windows.DependencyObject)">
      <summary>
        <para>Returns information about the specified element contained within the <see cref="T:DevExpress.Xpf.Gantt.GanttView"/>.</para>
      </summary>
      <param name="d">A <see cref="T:System.Windows.DependencyObject"/> object that is the element contained within the GanttView.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Gantt.GanttViewHitInfo"/> object that contains information about the specified view element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.CalcHitInfo(System.Windows.Point)">
      <summary>
        <para>Returns information about the specified element contained within the <see cref="T:DevExpress.Xpf.Gantt.GanttView"/>.</para>
      </summary>
      <param name="hitTestPoint">A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the control’s top-left corner.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Gantt.GanttViewHitInfo"/> object that contains information about the specified view element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.CalculateDuration(System.DateTime,System.DateTime)">
      <summary>
        <para>Calculates the time range’s working time duration by using its start and end date.</para>
      </summary>
      <param name="startDate">Start date and time.</param>
      <param name="finishDate">End date and time.</param>
      <returns>An actual working time duration for a time range that lasts from startDate to finishDate.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.CalculateFinishDate(System.DateTime,System.TimeSpan)">
      <summary>
        <para>Calculates the time range’s finish date by using its start date and working time duration.</para>
      </summary>
      <param name="startDate">Start date and time.</param>
      <param name="duration">An actual working time duration for a time range that lasts from startDate to finishDate.</param>
      <returns>End date and time.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.CalculateStartDate(System.DateTime,System.TimeSpan)">
      <summary>
        <para>Calculates the time range’s start date by using its working time duration and end date.</para>
      </summary>
      <param name="finishDate">End date and time.</param>
      <param name="duration">An actual working time duration for a time range that lasts from startDate to finishDate.</param>
      <returns>Start date and time.</returns>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.CalculateSummaryTaskBounds">
      <summary>
        <para>Occurs when the summary task or one of its children is scheduled and allows you to calculate summary task’s start and finish dates with custom logic. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.CalculateSummaryTaskBoundsEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.CalculateSummaryTaskBounds"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.CalculateSummaryTaskProgress">
      <summary>
        <para>Occurs when the summary task or one of its children is scheduled and allows you to calculate summary task progress with custom logic. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.CalculateSummaryTaskProgressEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.CalculateSummaryTaskProgress"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ChartExtent">
      <summary>
        <para>For internal use.</para>
      </summary>
      <value>A width in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ChartExtentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ChartExtent">GanttView.ChartExtent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ChartOffset">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A width in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ChartOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ChartOffset">GanttView.ChartOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ChartWidth">
      <summary>
        <para>Gets the width of a chart’s visible area.</para>
      </summary>
      <value>The width in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ChartWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ChartWidth">GanttView.ChartWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.CommitEditingOnCellValueChanged">
      <summary>
        <para>Gets or sets whether the Gantt control hides a cell’s editor and posts its value to a data source right after this cell’s value has been changed via UI. This is a dependency property.</para>
      </summary>
      <value>true, commit cell editing after a cell’s value has been changed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.CommitEditingOnCellValueChangedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.CommitEditingOnCellValueChanged"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ConnectorStyle">
      <summary>
        <para>Gets or sets the style applied to task connectors. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to connectors.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ConnectorStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ConnectorStyle">GanttView.ConnectorStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.CriticalPathHighlightMode">
      <summary>
        <para>Gets or sets how the Gantt control detects and highlights critical paths. This is a dependency property.</para>
      </summary>
      <value>A critical path highlight mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.CriticalPathHighlightModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.CriticalPathHighlightMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.Cursors">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.DateTimeToPoint(System.DateTime)">
      <summary>
        <para>Converts the date-time value to the screen coordinate.</para>
      </summary>
      <param name="dateTime">The date-time value to convert.</param>
      <returns>A screen coordinate that corresponds to the date-time value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.DeleteTask(DevExpress.Xpf.Grid.TreeListNode)">
      <summary>
        <para>Deletes a Gantt task and runs scheduling of all the dependent tasks.</para>
      </summary>
      <param name="node">A tree list node associated with the deleted Gantt task.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.DrawNewTaskToolTipContentTemplate">
      <summary>
        <para>Gets or sets a data template used to render a content of a tooltip displayed while an end user creates a new task in the Gantt area. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the tooltip appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.DrawNewTaskToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.DrawNewTaskToolTipContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.DurationMapping">
      <summary>
        <para>Provides a path to a data field that stores the task’s duration. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.DurationMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.DurationMapping">GanttView.DurationMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.EditableResourceLinks">
      <summary>
        <para>Gets a list of resouce links that end users can edit in the treelist area.</para>
      </summary>
      <value>A list of resouce links that end users can edit in the treelist area.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.EditConnectorToolTipContentTemplate">
      <summary>
        <para>Gets or sets a data template used to render a content of a tooltip displayed while an end user edits a task connector in the Gantt area. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the tooltip appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.EditConnectorToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.EditConnectorToolTipContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.EndInit">
      <summary>
        <para>Ends the runtime initialization.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.FinishDateMapping">
      <summary>
        <para>Provides a path to a data field that stores the task’s finish data. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.FinishDateMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.FinishDateMapping">GanttView.FinishDateMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.FirstVisibleDate">
      <summary>
        <para>Gets or sets the first date visible in the <see href="https://docs.devexpress.com/WPF/400345/controls-and-libraries/gantt-control/visual-elements/gantt-area">Gantt area</see>. This is a dependency property.</para>
      </summary>
      <value>The first visible date.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.FirstVisibleDateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.FirstVisibleDate">GanttView.FirstVisibleDate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.FitDataToWidth(System.Double)">
      <summary>
        <para>Zooms Gantt tasks to fit them into the Gantt area with a specified margin.</para>
      </summary>
      <param name="margin">A distance (in pixels) between a left-most task and the left border of Gantt area (or a right-most task and the right border). The left and right margin are equal.</param>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.FitRangeToWidth(System.DateTime,System.DateTime)">
      <summary>
        <para>Zooms the specified date range to fit it into the Gantt area.</para>
      </summary>
      <param name="rangeStart">A range start date.</param>
      <param name="rangeEnd">A range end date.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.GanttAreaHorizontalScrollBarVisibility">
      <summary>
        <para>Gets or sets the horizontal scroll bar visibility within the Gantt area. This is a dependency property.</para>
      </summary>
      <value>One of the <see cref="T:System.Windows.Controls.ScrollBarVisibility"/> enumeration values. The default is Visible.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.GanttAreaHorizontalScrollBarVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.GanttAreaHorizontalScrollBarVisibility"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.GanttRowStyle">
      <summary>
        <para>Gets or sets the style applied to gantt rows. This is a dependency property.</para>
      </summary>
      <value>The style applied to gantt rows.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.GanttRowStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.GanttRowStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.GetHitTestVisibility(System.Windows.DependencyObject)">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.HighlightGroups">
      <summary>
        <para>Gets or sets whether the control highlights summary tasks and their children using a semi-transparent rectangle. This is a dependency property.</para>
      </summary>
      <value>true, to highlight summary tasks with their children; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.HighlightGroupsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.HighlightGroups">GanttView.HighlightGroups</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.HitTestVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.HitTestVisibility"/> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.InvalidPredecessorLinks">
      <summary>
        <para>Gets a collection of invalid predecessor links.</para>
      </summary>
      <value>A collection of invalid predecessor links.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.InvalidPredecessorLinksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.InvalidPredecessorLinks"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.MarkedTimeIntervals">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.MilestoneBaselineStyle">
      <summary>
        <para>Gets or sets the style applied to milestone <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baselines</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to milestone baselines.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.MilestoneBaselineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.MilestoneBaselineStyle">GanttView.MilestoneBaselineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.MilestoneMoveToolTipContentTemplate">
      <summary>
        <para>Gets or sets a data template used to render the content of a tooltip displayed while an end user moves a milestone in the Gantt area. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the tooltip appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.MilestoneMoveToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.MilestoneMoveToolTipContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.MilestoneStyle">
      <summary>
        <para>Gets or sets the style applied to milestones. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to milestones.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.MilestoneStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.MilestoneStyle">GanttView.MilestoneStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.NameMapping">
      <summary>
        <para>Provides a path to a data field that stores the task’s name. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.NameMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.NameMapping">GanttView.NameMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawCanceled">
      <summary>
        <para>Occurs when an end user cancels drawing a new task. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawCanceledEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawCanceled"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawing">
      <summary>
        <para>Occurs when an end user draws a new task in the Gantt area’s new item row (on MouseMove) and allows you to change the newly created task’s finish date. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawing"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawn">
      <summary>
        <para>Occurs when an end user has drawn a new task (on MouseUp) in the Gantt area and allows you to change the newly drawn task’s end date or cancel adding a new task. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawnEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawn"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.NonworkingDayDisplayMode">
      <summary>
        <para>Gets or sets a value that specifies how nonworking days are displayed within the timeline. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.TimeIntervalDisplayMode"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.NonworkingDayDisplayModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.NonworkingDayDisplayMode">GanttView.NonworkingDayDisplayMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.NonworkingTimeDisplayMode">
      <summary>
        <para>Gets or sets a value that specifies how nonworking time intervals are displayed within the timeline. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.TimeIntervalDisplayMode"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.NonworkingTimeDisplayModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.NonworkingTimeDisplayMode">GanttView.NonworkingTimeDisplayMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.PointToDateTime(System.Double)">
      <summary>
        <para>Converts the screen coordinates of a point into a GanttView time range.</para>
      </summary>
      <param name="point">A point horizontal coordinate.</param>
      <returns>A date-time range that corresponds to the point.</returns>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkEditCanceled">
      <summary>
        <para>Occurs when the connector editing was canceled. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkEditCanceledEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkEditCanceled"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkEdited">
      <summary>
        <para>Occurs when an end user has finished editing a predecessor link (connector), and allows you to cancel the link editing. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkEditedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkEdited"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkMappings">
      <summary>
        <para>Contains information on mappings of task dependency properties to appropriate fields in a data source. This is a dependency property.</para>
      </summary>
      <value>An object that stores information on the <see href="https://docs.devexpress.com/WPF/400349/controls-and-libraries/gantt-control/task-dependencies">task dependency</see> properties’ mapping to data fields.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkMappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkMappings">GanttView.PredecessorLinkMappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PredecessorLinksPath">
      <summary>
        <para>Gets or sets a path to a collection of task dependencies relative to the task. This is a dependency property.</para>
      </summary>
      <value>A string value specifying the data binding path relative to the gantt task data items.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PredecessorLinksPathProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PredecessorLinksPath">GanttView.PredecessorLinksPath</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PredecessorLinksSelector">
      <summary>
        <para>Gets or sets an object that chooses task dependencies based on custom logic. This is a dependency property.</para>
      </summary>
      <value>An object that implements the IPredecessorLinksSelector interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PredecessorLinksSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PredecessorLinksSelector">GanttView.PredecessorLinksSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PredecessorLinksSource">
      <summary>
        <para>Gets or sets the source from which the GanttControl retrieves <see href="https://docs.devexpress.com/WPF/400349/controls-and-libraries/gantt-control/task-dependencies">task dependencies</see>. This is a dependency property.</para>
      </summary>
      <value>The source from which the GanttControl generates task dependencies.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PredecessorLinksSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PredecessorLinksSource">GanttView.PredecessorLinksSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintArea">
      <summary>
        <para>Gets or sets whether to print the entire control, the Treelist area, or the Gantt area. This is a dependency property.</para>
      </summary>
      <value>A part of the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> to be printed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintAreaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintArea"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintConnectorStyle">
      <summary>
        <para>Gets or sets the style applied to task connectors in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to task connectors in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintConnectorStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintConnectorStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintDateRange">
      <summary>
        <para>Gets or sets a date range for which to print the tasks. This is a dependency property.</para>
      </summary>
      <value>A date range for which to print the tasks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintDateRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintDateRange"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintGanttAreaScrollMargin">
      <summary>
        <para>Gets or sets the outer indents of the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> task area. This is a dependency property.</para>
      </summary>
      <value>The width, in pixels, of the outer indents of the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> task area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintGanttAreaScrollMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintGanttAreaScrollMargin"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintGanttRowStyle">
      <summary>
        <para>Gets or sets the style applied to gantt rows  in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to gantt rows in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintGanttRowStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintGanttRowStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintGanttRowTemplate">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintGanttRowTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintGanttRowTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintHeadersOnFirstPageOnly">
      <summary>
        <para>Gets or sets whether to print column headers on the first page only. This is a dependency property.</para>
      </summary>
      <value>true, to print headers on the first page only; false, to print column headers on every page.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintHeadersOnFirstPageOnlyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintHeadersOnFirstPageOnly"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintMarkedTimeIntervalsStyle">
      <summary>
        <para>Gets or sets the style applied to marked time intervals in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to marked time intervals in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintMarkedTimeIntervalsStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintMarkedTimeIntervalsStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintMilestoneBaselineStyle">
      <summary>
        <para>Gets or sets the style applied to milestone <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baselines</see> in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to milestone baselines in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintMilestoneBaselineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintMilestoneBaselineStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintMilestoneStyle">
      <summary>
        <para>Gets or sets the style applied to milestones in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to milestones in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintMilestoneStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintMilestoneStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintPageContainerTemplate">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintPageContainerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintPageContainerTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintResourceStyle">
      <summary>
        <para>Gets or sets the style applied to <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see> in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see> in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintResourceStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintResourceStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintSummaryTaskBaselineStyle">
      <summary>
        <para>Gets or sets the style applied to summary task <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baselines</see> in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to summary task baselines in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintSummaryTaskBaselineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintSummaryTaskBaselineStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintSummaryTaskStyle">
      <summary>
        <para>Gets or sets the style applied to summary tasks in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to summary tasks in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintSummaryTaskStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintSummaryTaskStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintTaskBaselineStyle">
      <summary>
        <para>Gets or sets the style applied to task <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baselines</see> in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to task baselines in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintTaskBaselineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintTaskBaselineStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintTaskContentTemplate">
      <summary>
        <para>Gets or sets a template that defines the task content appearance in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>A template that defines the task content appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintTaskContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintTaskContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintTaskContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that applies the task content template according to custom logic in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that applies the task content template according to custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintTaskContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintTaskContentTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintTaskStyle">
      <summary>
        <para>Gets or sets the style applied to tasks in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to tasks in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintTaskStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintTaskStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintTimescaleRulerStyle">
      <summary>
        <para>Gets or sets the style applied to <see href="https://docs.devexpress.com/WPF/400347/controls-and-libraries/gantt-control/visual-elements/timescale-rulers">timescale rulers</see> in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to <see href="https://docs.devexpress.com/WPF/400347/controls-and-libraries/gantt-control/visual-elements/timescale-rulers">timescale rulers</see> in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintTimescaleRulerStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintTimescaleRulerStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.PrintTimescaleTemplate">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.PrintTimescaleTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.PrintTimescaleTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ProgressMapping">
      <summary>
        <para>Provides a path to a data field that stores the task’s progress. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ProgressMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ProgressMapping">GanttView.ProgressMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.ProgressMoveCanceled">
      <summary>
        <para>Occurs when the progress editing was canceled. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ProgressMoveCanceledEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.ProgressMoveCanceled"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.ProgressMoved">
      <summary>
        <para>Occurs when an end user has edited a task progress (on MouseUp) and allows you to change the edited progress or cancel the changes. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ProgressMovedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.ProgressMoved"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.ProgressMoving">
      <summary>
        <para>Occurs when an end user moves the mouse during task progress editing and allows you to change the progress selected by an end user. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ProgressMovingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.ProgressMoving"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowedTaskEditAction">
      <summary>
        <para>Occurs when an end user moves the mouse to a Gantt node (on MouseEnter) and allows you to display available <see href="https://docs.devexpress.com/WPF/400930/controls-and-libraries/gantt-control/data-editing-and-validation/interactive-editing">interactive editing</see> actions. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.QueryAllowedTaskEditActionEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowedTaskEditAction"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowPredecessorEdit">
      <summary>
        <para>Occurs when an end user edits a task’s successor and moves a connector over a new successor and allows you to display available <see href="https://docs.devexpress.com/WPF/400930/controls-and-libraries/gantt-control/data-editing-and-validation/interactive-editing">interactive editing</see> actions. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.QueryAllowPredecessorEditEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowPredecessorEdit"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowPredecessorLinkEdit">
      <summary>
        <para>Occurs when an end user moves the mouse over a connector (on MouseEnter) and allows you to display available <see href="https://docs.devexpress.com/WPF/400930/controls-and-libraries/gantt-control/data-editing-and-validation/interactive-editing">interactive editing</see> actions. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.QueryAllowPredecessorLinkEditEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowPredecessorLinkEdit"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowScheduleTask">
      <summary>
        <para>Occurs on scheduling for each affected node and allows you to control the scheduling mechanism for each particular task. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.QueryAllowScheduleTaskEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowScheduleTask"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.QueryKeepTasksLinked">
      <summary>
        <para>Occurs each time the task hierarchy and order is changed and allows you to keep two tasks linked even if they organize a cyclic task connection or a child task links to its summary task. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.QueryKeepTasksLinkedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.QueryKeepTasksLinked"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.RequestTimescaleRulers">
      <summary>
        <para>Occurs when timescale rulers are visually changed and allows you to edit timescale rulers. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.RequestTimescaleRulersEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.RequestTimescaleRulers">GanttView.RequestTimescaleRulers</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ResourceLinkMappings">
      <summary>
        <para>Contains information on mappings of <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resource</see> links to appropriate fields in a data source. This is a dependency property.</para>
      </summary>
      <value>An object that stores information on mappings of <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resource</see> links to appropriate fields in a data source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ResourceLinkMappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ResourceLinkMappings">GanttView.ResourceLinkMappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ResourceLinksPath">
      <summary>
        <para>Gets or sets a path to a collection of links to <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see> relative to a task object. This is a dependency property.</para>
      </summary>
      <value>A path to a collection of links to <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ResourceLinksPathProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ResourceLinksPath">GanttView.ResourceLinksPath</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ResourceLinksSelector">
      <summary>
        <para>Gets or sets an object that chooses <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resource</see> links relative to a task object based on custom logic. This is a dependency property.</para>
      </summary>
      <value>An object that chooses <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resource</see> links based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ResourceLinksSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ResourceLinksSelector">GanttView.ResourceLinksSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ResourceLinksSource">
      <summary>
        <para>Gets or sets a source from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> retrieves links to <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see>. This is a dependency property.</para>
      </summary>
      <value>A source from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> retrieves links to <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ResourceLinksSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ResourceLinksSource">GanttView.ResourceLinksSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ResourceMappings">
      <summary>
        <para>Contains information on mappings of <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see> to appropriate fields in a data source. This is a dependency property.</para>
      </summary>
      <value>An object that stores information on mappings of <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see> to appropriate fields in a data source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ResourceMappingsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ResourceMappings">GanttView.ResourceMappings</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ResourcePalette">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ResourcePaletteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ResourcePalette"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ResourcesSource">
      <summary>
        <para>Gets or sets a source from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> retrieves <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see>. This is a dependency property.</para>
      </summary>
      <value>A source from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> retrieves <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ResourcesSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ResourcesSource">GanttView.ResourcesSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ResourceStyle">
      <summary>
        <para>Gets or sets a style applied to <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see>. This is a dependency property.</para>
      </summary>
      <value>A style applied to <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ResourceStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ResourceStyle">GanttView.ResourceStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.ScheduleAll">
      <summary>
        <para>Schedules all the tasks within the GanttControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.ScheduleDependentNodes(DevExpress.Xpf.Grid.TreeListNode)">
      <summary>
        <para>Re-schedules Gantt tasks that depend on the specified task on demand.</para>
      </summary>
      <param name="node">A Gantt task whose dependant tasks should be re-scheduled.</param>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.ScheduleDependentTasks(DevExpress.Xpf.Grid.TreeListNode)">
      <summary>
        <para>Re-schedules Gantt tasks that depend on the specified task on demand.</para>
      </summary>
      <param name="node">A Gantt task whose dependant tasks should be re-scheduled.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ScheduleMode">
      <summary>
        <para>Gets or sets a schedule mode (Forward or Backward) that specifies how the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> recalculates task properties once a related task’s start date, progress, or duration has been modified. This is a dependency property.</para>
      </summary>
      <value>A schedule mode that specifies how the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> recalculates task properties once a related task’s start date, progress, or duration has been modified.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ScheduleModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ScheduleMode">GanttView.ScheduleMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.ScheduleNode(DevExpress.Xpf.Grid.TreeListNode)">
      <summary>
        <para>Re-schedules a specified task on demand.</para>
      </summary>
      <param name="node">A Gantt task that should be re-scheduled.</param>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.ScheduleTask(DevExpress.Xpf.Grid.TreeListNode)">
      <summary>
        <para>Re-schedules a specified task on demand.</para>
      </summary>
      <param name="node">Gantt task that should be re-scheduled.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ScrollMargin">
      <summary>
        <para>Gets or sets the outer indents of the Gantt task area. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value (in pixels) that specifies the width of the outer indents of gantt task area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ScrollMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ScrollMargin">GanttView.ScrollMargin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ScrollMode">
      <summary>
        <para>Specifies the current scroll mode. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.GanttScrollMode"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ScrollModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ScrollMode">GanttView.ScrollMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ShowBaseline">
      <summary>
        <para>Gets or sets whether the GanttControl should display task <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baselines</see>. This is a dependency property.</para>
      </summary>
      <value>true if the GanttControl displays task baselines; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ShowBaselineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ShowBaseline">GanttView.ShowBaseline</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.SnapTaskDateTimeOnEditing">
      <summary>
        <para>Gets or sets whether the control snaps milestones or Gantt tasks’ start and end dates when they are dragged within the Gantt area. This is a dependency property.</para>
      </summary>
      <value>true, if the control snaps the dragged tasks; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.SnapTaskDateTimeOnEditingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.SnapTaskDateTimeOnEditing"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.SplitterWidth">
      <summary>
        <para>Gets or sets the width of the splitter between the <see href="https://docs.devexpress.com/WPF/400342/controls-and-libraries/gantt-control/visual-elements">treelist area</see>, and <see href="https://docs.devexpress.com/WPF/400345/controls-and-libraries/gantt-control/visual-elements/gantt-area">Gantt area</see>.</para>
      </summary>
      <value>A splitter width.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.SplitterWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.SplitterWidth">GanttView.SplitterWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.StartDateMapping">
      <summary>
        <para>Provides a path to a data field that stores the task’s start date. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.Mapping"/> object indicating the data field and the converter.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.StartDateMappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.StartDateMapping">GanttView.StartDateMapping</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.StripLineIntervals">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.StripLines">
      <summary>
        <para>Provides access to a collection of <see href="https://docs.devexpress.com/WPF/401200/controls-and-libraries/gantt-control/strip-lines">strip lines</see> displayed within the Gantt area. This is a dependency property.</para>
      </summary>
      <value>A collection of strip lines.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.StripLineShowToolTipDelay">
      <summary>
        <para>Gets or sets the amount of time, in milliseconds, the control waits before displaying a tooltip. This is a dependency property.</para>
      </summary>
      <value>Delay in milliseconds.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.StripLineShowToolTipDelayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.StripLineShowToolTipDelay"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.StripLinesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.StripLines"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.StripLinesSource">
      <summary>
        <para>Gets or sets the source from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> generates strip lines. This is a dependency property.</para>
      </summary>
      <value>The source from which the GanttControl generates strip lines.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.StripLinesSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.StripLinesSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.StripLineTemplate">
      <summary>
        <para>Gets or sets a template that describes strip lines. This is a dependency property.</para>
      </summary>
      <value>The strip line template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.StripLineTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.StripLineTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.StripLineTemplateSelector">
      <summary>
        <para>Gets or sets the data template selector which chooses a template based on the strip line’s type. This is a dependency property.</para>
      </summary>
      <value>The strip line template selector.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.StripLineTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.StripLineTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.SummaryTaskBaselineStyle">
      <summary>
        <para>Gets or sets the style applied to summary task <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baselines</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to summary task baselines.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.SummaryTaskBaselineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.SummaryTaskBaselineStyle">GanttView.SummaryTaskBaselineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.SummaryTaskStyle">
      <summary>
        <para>Gets or sets the style applied to summary tasks. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to summary tasks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.SummaryTaskStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.SummaryTaskStyle">GanttView.SummaryTaskStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TaskBaselineStyle">
      <summary>
        <para>Gets or sets the style applied to task <see href="https://docs.devexpress.com/WPF/404253/controls-and-libraries/gantt-control/visual-elements/baseline">baselines</see>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to task baselines.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskBaselineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TaskBaselineStyle">GanttView.TaskBaselineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TaskContentIndent">
      <summary>
        <para>Gets or sets the indent between a task and its content. This is a dependency property.</para>
      </summary>
      <value>An indent in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskContentIndentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TaskContentIndent">GanttView.TaskContentIndent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TaskContentPosition">
      <summary>
        <para>Gets or sets the position of task content. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.TaskContentPosition"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskContentPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TaskContentPosition">GanttView.TaskContentPosition</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TaskContentTemplate">
      <summary>
        <para>Gets or sets a template that defines the task content appearance. This is a dependency property.</para>
      </summary>
      <value>A template that defines the task content appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TaskContentTemplate">GanttView.TaskContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TaskContentTemplateSelector">
      <summary>
        <para>Gets or sets an object that applies the task content template according to custom logic. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that applies the task content template according to custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskContentTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TaskContentTemplateSelector">GanttView.TaskContentTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoveCanceled">
      <summary>
        <para>Occurs when an end user has canceled editing the task’s finish date in the Gantt area. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoveCanceledEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoveCanceled"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoved">
      <summary>
        <para>Occurs when an end user has changed a task’s finish date (on MouseUp) in the Gantt area and allows you to cancel the changes. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMovedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoved"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoveToolTipContentTemplate">
      <summary>
        <para>Gets or sets a data template used to render the content of a tooltip displayed while an end user edits a task’s finish date in the Gantt area. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the tooltip appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoveToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoveToolTipContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoving">
      <summary>
        <para>Occurs when an end user edits the task finish date (on MouseMove) in the Gantt area. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMovingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoving"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.TaskMoveCanceled">
      <summary>
        <para>Occurs when an end user has canceled editing the task’s start date in the Gantt area. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskMoveCanceledEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskMoveCanceled"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.TaskMoved">
      <summary>
        <para>Occurs when an end user has stopped moving a task and released the mouse button (on MouseUp) and allows you to cancel the changes. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskMovedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskMoved"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TaskMoveToolTipContentTemplate">
      <summary>
        <para>Gets or sets a data template used to render the content of a tooltip displayed while an end user edits a task’s start date in the Gantt area. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the tooltip appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskMoveToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TaskMoveToolTipContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.TaskMoving">
      <summary>
        <para>Occurs when an end user moves a task to edit the the task’s start date (on MouseMove) and allows you to change the start date selected by an end user. This is a routed event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskMovingEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskMoving"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TaskProgressMoveToolTipContentTemplate">
      <summary>
        <para>Gets or sets a data template used to render the content of a tooltip displayed while an end user edits a task’s progress in the Gantt area. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that defines the tooltip appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskProgressMoveToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TaskProgressMoveToolTipContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Gantt.GanttView.TasksScheduled">
      <summary>
        <para>Occurs after Gantt tasks have been rescheduled and allows you to rollback the latest edit changes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TasksScheduledEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TasksScheduled"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TaskStyle">
      <summary>
        <para>Gets or sets the style applied to tasks. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Style"/> object that represents the style applied to tasks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TaskStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TaskStyle">GanttView.TaskStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TimescaleRulerCount">
      <summary>
        <para>Gets or sets the number of rulers displayed within the timescale. This is a dependency property.</para>
      </summary>
      <value>A number of rulers displayed within the timescale.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TimescaleRulerCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TimescaleRulerCount">GanttView.TimescaleRulerCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TimescaleRulerStyle">
      <summary>
        <para>Gets or sets the style applied to <see href="https://docs.devexpress.com/WPF/400347/controls-and-libraries/gantt-control/visual-elements/timescale-rulers">timescale rulers</see>. This is a dependency property.</para>
      </summary>
      <value>The style applied to <see href="https://docs.devexpress.com/WPF/400347/controls-and-libraries/gantt-control/visual-elements/timescale-rulers">timescale rulers</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TimescaleRulerStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TimescaleRulerStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.Timescales">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value />
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TimescalesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.Timescales">GanttView.Timescales</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.TreeListWidth">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/400342/controls-and-libraries/gantt-control/visual-elements">tree list area</see> width. This is a dependency property.</para>
      </summary>
      <value>The tree list area width.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.TreeListWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.TreeListWidth">GanttView.TreeListWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.UseResourcesAsTaskContent">
      <summary>
        <para>Gets or sets whether to display the names of assigned <see href="https://docs.devexpress.com/WPF/401649/controls-and-libraries/gantt-control/resources">resources</see> as the task content instead of task names. This is a dependency property.</para>
      </summary>
      <value>true, to display names of assigned resources as the task content; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.UseResourcesAsTaskContentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.UseResourcesAsTaskContent"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.WorkdayRules">
      <summary>
        <para>Provides access to a collection of workday rules. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.WorkdayRuleCollection"/> object that represents a collection of workday rules.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.WorkdayRulesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.WorkdayRules"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.WorkdayRulesSource">
      <summary>
        <para>Gets or sets the source from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> generates workday rules. This is a dependency property.</para>
      </summary>
      <value>The source from which the GanttControl generates rules.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.WorkdayRulesSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.WorkdayRulesSource">GanttView.WorkdayRulesSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.WorkdayRuleTemplate">
      <summary>
        <para>Gets or sets a template that describes workday rules. This is a dependency property.</para>
      </summary>
      <value>The workday rule template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.WorkdayRuleTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.WorkdayRuleTemplate">GanttView.WorkdayRuleTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.WorkdayRuleTemplateSelector">
      <summary>
        <para>Gets or sets the data template selector which chooses a template based on the rule’s type. This is a dependency property.</para>
      </summary>
      <value>The workday rule template selector.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.WorkdayRuleTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.WorkdayRuleTemplateSelector">GanttView.WorkdayRuleTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRules">
      <summary>
        <para>Provides access to a collection of working time rules. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.WorkingTimeRuleCollection"/> object that represents a collection of working time rules.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRulesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRules"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRulesSource">
      <summary>
        <para>Gets or sets the source from which the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> generates working time rules. This is a dependency property.</para>
      </summary>
      <value>The source from which the GanttControl generates working time rules.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRulesSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRulesSource">GanttView.WorkingTimeRulesSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRuleTemplate">
      <summary>
        <para>Gets or sets a template that describes working time rules. This is a dependency property.</para>
      </summary>
      <value>The working time rule template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRuleTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRuleTemplate">GanttView.WorkingTimeRuleTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRuleTemplateSelector">
      <summary>
        <para>Gets or sets the data template selector which chooses a template based on the rule’s type. This is a dependency property.</para>
      </summary>
      <value>The working time rule template selector.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRuleTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.WorkingTimeRuleTemplateSelector">GanttView.WorkingTimeRuleTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.Zoom">
      <summary>
        <para>Gets or sets the current zoom. This is a dependency property.</para>
      </summary>
      <value>A time span that occupies 1 device-independent pixel in the timescale.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.ZoomIn(System.Nullable{System.Windows.Point})">
      <summary>
        <para>Zooms in the <see href="https://docs.devexpress.com/WPF/400345/controls-and-libraries/gantt-control/visual-elements/gantt-area">Gantt area</see>.</para>
      </summary>
      <param name="point">A <see cref="T:System.Windows.Point"/> object that specifies a new zoom location.</param>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.GanttView.ZoomOut(System.Nullable{System.Windows.Point})">
      <summary>
        <para>Zooms out the <see href="https://docs.devexpress.com/WPF/400345/controls-and-libraries/gantt-control/visual-elements/gantt-area">Gantt area</see>.</para>
      </summary>
      <param name="point">A <see cref="T:System.Windows.Point"/> object that specifies a new zoom location.</param>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ZoomProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.Zoom">GanttView.Zoom</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttView.ZoomRange">
      <summary>
        <para>Gets or sets the zooming range. This is a dependency property.</para>
      </summary>
      <value>A range of TimeSpan objects within which the <see href="https://docs.devexpress.com/WPF/400345/controls-and-libraries/gantt-control/visual-elements/gantt-area">Gantt area</see> can be zoomed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.GanttView.ZoomRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ZoomRange">GanttView.ZoomRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.GanttViewHitInfo">
      <summary>
        <para>Contains information about the specified element contained within the GanttView.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttViewHitInfo.Connector">
      <summary>
        <para>Gets a <see cref="T:DevExpress.Xpf.Gantt.GanttConnector"/> located under the test object.</para>
      </summary>
      <value>A control located under the test object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttViewHitInfo.HitTest">
      <summary>
        <para>Gets the visual element located under the test object.</para>
      </summary>
      <value>An enumeration value that identifies the visual element located under the test object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttViewHitInfo.InBaseline">
      <summary>
        <para>Gets whether the test object is within the baseline.</para>
      </summary>
      <value>true, if the test point is within a task baseline; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttViewHitInfo.InConnector">
      <summary>
        <para>Gets whether the test object is within the <see href="https://docs.devexpress.com/WPF/400344/controls-and-libraries/gantt-control/visual-elements/connector">connector</see>.</para>
      </summary>
      <value>true, if the test point is within a connector; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttViewHitInfo.InRow">
      <summary>
        <para>Gets whether the test object is within the task row.</para>
      </summary>
      <value>true, if the test point is within the task row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttViewHitInfo.InTask">
      <summary>
        <para>Gets whether the test object is within the task.</para>
      </summary>
      <value>true, if the test point is within the task; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttViewHitInfo.InTaskContent">
      <summary>
        <para>Gets whether the test object is within the task content.</para>
      </summary>
      <value>true, if the test point is within the task content; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttViewHitInfo.InTimescale">
      <summary>
        <para>Gets whether the test object is within the timescale.</para>
      </summary>
      <value>true, if the test point is within the timescale; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.GanttViewHitInfo.StripLineControl">
      <summary>
        <para>Gets a <see cref="T:DevExpress.Xpf.Gantt.StripLineControl"/> located under the test object.</para>
      </summary>
      <value>A control located under the test object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.IResourceLinksSelector">
      <summary>
        <para>Chooses resource links based on custom logic.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.IResourceLinksSelector.SelectResourceLinks(System.Object)">
      <summary>
        <para>Allows you to implement custom logic for choosing resource links.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.Mapping">
      <summary>
        <para>Maps persistent object’s properties to the data source fields.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.Mapping.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.Mapping">Gantt.Mapping</see> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Mapping.Converter">
      <summary>
        <para>Gets or sets a value converter for the target property.</para>
      </summary>
      <value>An object implementing the <see cref="T:System.Windows.Data.IValueConverter">IValueConverter</see> interface to translate the data between the property and the data source field.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Mapping.ConverterCulture">
      <summary>
        <para>Gets or sets the culture in which to evaluate the converter.</para>
      </summary>
      <value>A culture in which to evaluate the converter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Mapping.ConverterParameter">
      <summary>
        <para>Gets or sets the parameter to pass to the <see cref="P:DevExpress.Xpf.Gantt.Mapping.Converter"/>.</para>
      </summary>
      <value>The parameter to pass to the <see cref="P:DevExpress.Xpf.Gantt.Mapping.Converter"/>. The default is null.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.Mapping.op_Implicit(System.String)~DevExpress.Xpf.Gantt.Mapping">
      <summary>
        <para>Defines an implicit conversion of a string to a <see cref="T:DevExpress.Xpf.Gantt.Mapping"/>.</para>
      </summary>
      <param name="path">The string to convert.</param>
      <returns>The converted string.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Mapping.Path">
      <summary>
        <para>Gets or sets the name of the data field the current object represents.</para>
      </summary>
      <value>A string value indicating the data field name.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.Mapping.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.Monthly">
      <summary>
        <para>Represents the monthly recurrence.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.Monthly.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.Monthly"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Monthly.Day">
      <summary>
        <para>Gets or sets a day of month when the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A day number.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.Monthly.DayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.Monthly.Day">Monthly.Day</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.MonthlyByDayOfWeek">
      <summary>
        <para>Represents the monthly recurrence in a particular day of week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.MonthlyByDayOfWeek.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.MonthlyByDayOfWeek"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.NewTaskDrawCanceledEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawCanceled">GanttView.NewTaskDrawCanceled</see> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.NewTaskDrawingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawing">GanttView.NewTaskDrawing</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.NewTaskDrawingEventArgs.FinishDate">
      <summary>
        <para>Gets or sets the newly created task’s finish date.</para>
      </summary>
      <value>A finish date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.NewTaskDrawingEventArgs.StartDate">
      <summary>
        <para>Gets the newly created task’s start date.</para>
      </summary>
      <value>A start date.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.NewTaskDrawnEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.NewTaskDrawn">GanttView.NewTaskDrawn</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.NewTaskDrawnEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the applied changes must be canceled.</para>
      </summary>
      <value>true, to undo the applied changes; otherwise, false. The default is false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.NewTaskDrawnEventArgs.FinishDate">
      <summary>
        <para>Gets or sets the newly created task’s finish date.</para>
      </summary>
      <value>A finish date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.NewTaskDrawnEventArgs.StartDate">
      <summary>
        <para>Gets the newly created task’s start date.</para>
      </summary>
      <value>A start date.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.PredecessorLinkAction">
      <summary>
        <para>Lists the values that specify the type of change an end user made.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.PredecessorLinkAction.Change">
      <summary>
        <para>An end user has changed a predecessor link (connector).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.PredecessorLinkAction.Create">
      <summary>
        <para>An end user has created a new predecessor link (connector).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.PredecessorLinkAction.Delete">
      <summary>
        <para>An end user has deleted a predecessor link (connector).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.PredecessorLinkEditCanceledEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkEditCanceled">GanttView.PredecessorLinkEditCanceled</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditCanceledEventArgs.LinkType">
      <summary>
        <para>Gets the type of the edited link.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Mvvm.Gantt.PredecessorLinkType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditCanceledEventArgs.Predecessor">
      <summary>
        <para>Gets the predecessor task that is linked to the successor task after the canceled connector editing.</para>
      </summary>
      <value>A predecessor task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditCanceledEventArgs.PredecessorLink">
      <summary>
        <para>Gets an edited predecessor link (connector).</para>
      </summary>
      <value>A data object that represents the edited link (connector).</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditCanceledEventArgs.Successor">
      <summary>
        <para>Gets the successor task that is linked to the predecessor task after the canceled connector editing.</para>
      </summary>
      <value>A successor task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.PredecessorLinkEditedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.PredecessorLinkEdited">GanttView.PredecessorLinkEdited</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditedEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the applied changes must be canceled.</para>
      </summary>
      <value>true, to undo the applied changes; otherwise, false. The default is false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditedEventArgs.ChangeType">
      <summary>
        <para>Gets a type of change an end user made (created, deleted, or changed a predecessor link).</para>
      </summary>
      <value>One of the <see cref="P:DevExpress.Xpf.Gantt.PredecessorLinkEditedEventArgs.PredecessorLink"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditedEventArgs.LinkType">
      <summary>
        <para>Gets the type of the edited link.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Mvvm.Gantt.PredecessorLinkType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditedEventArgs.OldSuccessor">
      <summary>
        <para>Gets the successor task that was linked to the predecessor task before editing the connector.</para>
      </summary>
      <value>A previous successor task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditedEventArgs.Predecessor">
      <summary>
        <para>Gets a predecessor task.</para>
      </summary>
      <value>A new predecessor task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditedEventArgs.PredecessorLink">
      <summary>
        <para>Gets an edited predecessor link (connector).</para>
      </summary>
      <value>A data object that represents the edited link (connector).</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.PredecessorLinkEditedEventArgs.Successor">
      <summary>
        <para>Gets the successor task that is linked to the predecessor task after editing the connector.</para>
      </summary>
      <value>A successor task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.PrintArea">
      <summary>
        <para>Lists values that specify parts of the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/> that should be printed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.PrintArea.EntireControl">
      <summary>
        <para>Prints the entire <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.PrintArea.Gantt">
      <summary>
        <para>Prints the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>‘s Gantt area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.PrintArea.TreeList">
      <summary>
        <para>Prints the <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>‘s TreeList area.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.ProgressMoveCanceledEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.ProgressMoveCanceled"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.ProgressMoveCanceledEventArgs.Node">
      <summary>
        <para>Gets the currently edited task.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.ProgressMovedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.ProgressMoved"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.ProgressMovedEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the applied changes must be canceled.</para>
      </summary>
      <value>true, to undo the applied changes; otherwise, false. The default is false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.ProgressMovedEventArgs.Node">
      <summary>
        <para>Gets the currently edited task.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.ProgressMovedEventArgs.Progress">
      <summary>
        <para>Gets or sets the currently edited task progress.</para>
      </summary>
      <value>A task progress.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.ProgressMovingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.ProgressMoving"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.ProgressMovingEventArgs.Node">
      <summary>
        <para>Gets the currently edited task.</para>
      </summary>
      <value>A task whose progress is currently edited.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.ProgressMovingEventArgs.Progress">
      <summary>
        <para>Gets or sets the currently edited task progress.</para>
      </summary>
      <value>A task progress.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.QueryAllowedTaskEditActionEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowedTaskEditAction"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowedTaskEditActionEventArgs.AllowTaskFinishDateMove">
      <summary>
        <para>Specifies whether an end user can change the task’s finish date by resizing the Gantt task.</para>
      </summary>
      <value>true, if an end user can change the task finish date; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowedTaskEditActionEventArgs.AllowTaskMove">
      <summary>
        <para>Specifies whether an end user can change the task’s start date by dragging the Gantt task.</para>
      </summary>
      <value>true, if an end user can change the task start date; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowedTaskEditActionEventArgs.AllowTaskProgressMove">
      <summary>
        <para>Specifies whether an end user can change the task’s progress by moving the progress bar’s right border.</para>
      </summary>
      <value>true, if an end user can change the task progress; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowedTaskEditActionEventArgs.Node">
      <summary>
        <para>Gets the currently processed task.</para>
      </summary>
      <value>A processed task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowedTaskEditActionEventArgs.VisibleConnectorThumbKind">
      <summary>
        <para>Gets or sets a value that identifies which of the connector thumbs are visible to an end user.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Xpf.Gantt.ConnectorThumbKind"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.QueryAllowPredecessorEditEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowPredecessorEdit"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowPredecessorEditEventArgs.Node">
      <summary>
        <para>Gets the currently processed task.</para>
      </summary>
      <value>A processed task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowPredecessorEditEventArgs.Predecessor">
      <summary>
        <para>Gets the currently processed task’s predecessor.</para>
      </summary>
      <value>A processed task’s predecessor.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowPredecessorEditEventArgs.VisibleConnectorThumbKind">
      <summary>
        <para>Gets or sets a value that identifies which of the connector thumbs are visible for an end user.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Xpf.Gantt.ConnectorThumbKind"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.QueryAllowPredecessorLinkEditEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.QueryAllowPredecessorLinkEdit"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowPredecessorLinkEditEventArgs.AllowDelete">
      <summary>
        <para>Gets or sets whether an end user can delete the processed connector (predecessor link).</para>
      </summary>
      <value>true, if an end user can delete the processed connector; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowPredecessorLinkEditEventArgs.AllowEdit">
      <summary>
        <para>Gets or sets whether an end user can edit the processed connector (predecessor link).</para>
      </summary>
      <value>true, if an end user can edit the processed connector; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowPredecessorLinkEditEventArgs.LinkType">
      <summary>
        <para>Gets the connector’s link type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Mvvm.Gantt.PredecessorLinkType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowPredecessorLinkEditEventArgs.Predecessor">
      <summary>
        <para>Gets the processed connector’s predecessor.</para>
      </summary>
      <value>A processed connector’s predecessor.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowPredecessorLinkEditEventArgs.PredecessorLink">
      <summary>
        <para>Gets the processed connector’s bound data object.</para>
      </summary>
      <value>A processed connector’s bound data object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.QueryAllowPredecessorLinkEditEventArgs.Successor">
      <summary>
        <para>Gets the processed connector’s successor.</para>
      </summary>
      <value>A processed connector’s successor.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.Recurrence">
      <summary>
        <para>Contains properties common to the recurrence rules.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.Recurrence.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.Recurrence"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Recurrence.Count">
      <summary>
        <para>Gets or sets a value that specifies how many times the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A value that specifies how many times the rule is applied.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.Recurrence.CountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.Recurrence.Count"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Recurrence.Interval">
      <summary>
        <para>Gets or sets the rule recurrence interval. This is a dependency property.</para>
      </summary>
      <value>The recurrence interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.Recurrence.IntervalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.Recurrence.Interval">Recurrence.Interval</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Recurrence.Start">
      <summary>
        <para>Gets or sets the first date of a date range during which the rule is applied. This is a dependency property.</para>
      </summary>
      <value>The first date of a date range during which the rule is applied.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.Recurrence.StartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.Recurrence.Start">Recurrence.Start</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Recurrence.Until">
      <summary>
        <para>Gets or sets the last date of a date range during which the rule is applied. This is a dependency property.</para>
      </summary>
      <value>The last date of a date range during which the rule is applied</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.Recurrence.UntilProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.Recurrence.Until">Recurrence.Until</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.RecurrenceBase">
      <summary>
        <para>Serves as a base class for the recurrence rule objects.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.RecurrenceByDayOfWeek">
      <summary>
        <para>Contains properties common to the recurrence rules that specify day of week.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.RecurrenceByDayOfWeek.DayOfWeek">
      <summary>
        <para>Gets or sets a day of week when the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A day of week.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.RecurrenceByDayOfWeek.DayOfWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.RecurrenceByDayOfWeek.DayOfWeek">RecurrenceByDayOfWeek.DayOfWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.RecurrenceByDayOfWeek.Week">
      <summary>
        <para>Gets or sets a number of week when the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A week number.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.RecurrenceByDayOfWeek.WeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.RecurrenceByDayOfWeek.Week">RecurrenceByDayOfWeek.Week</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.RequestTimescaleRulersEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.RequestTimescaleRulers">GanttView.RequestTimescaleRulers</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.RequestTimescaleRulersEventArgs.NonworkingDayVisibility">
      <summary>
        <para>Gets or sets the nonworking day visibility at a current zoom level.</para>
      </summary>
      <value>The nonworking day visibility.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.RequestTimescaleRulersEventArgs.NonworkingTimeVisibility">
      <summary>
        <para>Gets or sets the nonworking time visibility at a current zoom level.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.RequestTimescaleRulersEventArgs.TimescaleRulers">
      <summary>
        <para>Get or sets a collection of timescale rulers displayed at the current zoom level.</para>
      </summary>
      <value>A collection of timescale rulers displayed at the current zoom level.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.RequestTimescaleRulersEventArgs.Zoom">
      <summary>
        <para>Gets the current zoom.</para>
      </summary>
      <value>A time span that occupies 1 pixel in the timescale.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.ScheduleMode">
      <summary>
        <para>Lists the values that specify the <see cref="P:DevExpress.Xpf.Gantt.GanttView.ScheduleMode">GanttView.ScheduleMode</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.ScheduleMode.Backward">
      <summary>
        <para>Backward scheduling.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.ScheduleMode.Forward">
      <summary>
        <para>Forward scheduling.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.SpecificDays">
      <summary>
        <para>Represents a recurrance at specific days.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.SpecificDays.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.SpecificDays"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.SpecificDays.Days">
      <summary>
        <para>Gets or sets a set of days when the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A collection of <see cref="T:System.DateTime"/> values that specify the days when the rule is applied.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.SpecificDays.DaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.SpecificDays.Days">SpecificDays.Days</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.StripLine">
      <summary>
        <para>Represents a single strip line defined by a start date and duration.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.StripLine.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.StripLine"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLine.EndDate">
      <summary>
        <para>Gets the strip line end date.</para>
      </summary>
      <value>A DateTime value that points to the strip line’s end date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLine.StartDate">
      <summary>
        <para>Gets or sets the strip line’s start date. This is a dependency property.</para>
      </summary>
      <value>A DateTime value that points to the strip line’s start date.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLine.StartDateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLine.StartDate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.StripLineBase">
      <summary>
        <para>Serves as a base class for <see href="https://docs.devexpress.com/WPF/401200/controls-and-libraries/gantt-control/strip-lines">strip lines</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineBase.Background">
      <summary>
        <para>Gets or sets the strip line’s background color. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object that is the strip line’s background color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineBase.BackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.Background"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineBase.BorderBrush">
      <summary>
        <para>Gets or sets the strip line’s border color. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object that is the strip line’s border color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineBase.BorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.BorderBrush"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineBase.BorderThickness">
      <summary>
        <para>Gets or sets the thickness of a strip line border (top and bottom values are ignored). This is a dependency property.</para>
      </summary>
      <value>The thickness of a strip line border.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineBase.BorderThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.BorderThickness"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineBase.ControlStyle">
      <summary>
        <para>Gets or sets the style applied to the control that is used to render strip lines. This is a dependency property.</para>
      </summary>
      <value>A Style object that is applied to <see cref="T:DevExpress.Xpf.Gantt.StripLineControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineBase.ControlStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.ControlStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineBase.Duration">
      <summary>
        <para>Gets or sets the duration of the highlighted time range. This is a dependency property.</para>
      </summary>
      <value>The highlighted time range duration.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineBase.DurationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.Duration"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineBase.HideOnZoom">
      <summary>
        <para>Gets or sets the control zoom level at which the strip line must be hidden. This is a dependency property.</para>
      </summary>
      <value>The control <see cref="P:DevExpress.Xpf.Gantt.GanttView.Zoom"/> level.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineBase.HideOnZoomProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.HideOnZoom"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineBase.PrintControlStyle">
      <summary>
        <para>Gets or sets the style applied to <see href="https://docs.devexpress.com/WPF/401200/controls-and-libraries/gantt-control/strip-lines">strip lines</see> in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>. This is a dependency property.</para>
      </summary>
      <value>The style applied to <see href="https://docs.devexpress.com/WPF/401200/controls-and-libraries/gantt-control/strip-lines">strip lines</see> in the printed <see cref="T:DevExpress.Xpf.Gantt.GanttControl"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineBase.PrintControlStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.PrintControlStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineBase.ToolTipTemplate">
      <summary>
        <para>Gets or sets the template used to represent a strip line’s tooltip on-screen. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object that is the corresponding template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineBase.ToolTipTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.ToolTipTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.StripLineCollection">
      <summary>
        <para>Represents a collection of strip lines and strip line rules.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.StripLineControl">
      <summary>
        <para>A control used to render strip lines within Gantt area.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.StripLineControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.StripLineControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineControl.Offset">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineControl.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineControl.Offset"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineControl.StripLine">
      <summary>
        <para>Provides access to a corresponding strip line. This is a dependency property.</para>
      </summary>
      <value>A corresponding strip line.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineControl.StripLineDuration">
      <summary>
        <para>Gets a corresponding strip line duration. This is a dependency property.</para>
      </summary>
      <value>A corresponding strip line duration.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineControl.StripLineDurationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineControl.StripLineDuration"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineControl.StripLineEnd">
      <summary>
        <para>Gets a corresponding strip line end date. This is a dependency property.</para>
      </summary>
      <value>A corresponding strip line end date.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineControl.StripLineEndProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineControl.StripLineEnd"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineControl.StripLineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineControl.StripLine"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineControl.StripLineRange">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineControl.StripLineRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineControl.StripLineRange"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineControl.StripLineStart">
      <summary>
        <para>Gets a corresponding strip line start date. This is a dependency property.</para>
      </summary>
      <value>A corresponding strip line start date.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineControl.StripLineStartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineControl.StripLineStart"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.StripLineRule">
      <summary>
        <para>Represents a set of strip lines defined by a recurrence rule and duration.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.StripLineRule.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.StripLineRule"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineRule.Recurrence">
      <summary>
        <para>Gets or sets the strip line rule recurrence (weekly, daily, etc.). This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.RecurrenceBase"/> descendant that specify the strip line rule recurrence.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineRule.RecurrenceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineRule.Recurrence"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineRule.StartOffset">
      <summary>
        <para>Gets or sets the strip line rule start offset. This is a dependency property.</para>
      </summary>
      <value>A TimeSpan value that specifies the strip line rule start offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.StripLineRule.StartOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.StripLineRule.StartOffset"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.StripLineToolTipData">
      <summary>
        <para>Contains strip line’s information used in a tooltip as a data context.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineToolTipData.Duration">
      <summary>
        <para>Gets a strip line duration defined within the strip line’s <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.Duration"/> property.</para>
      </summary>
      <value>A strip line duration defined within the strip line’s <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.Duration"/> property.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineToolTipData.End">
      <summary>
        <para>Gets the strip line end date.</para>
      </summary>
      <value>A DateTime value that points to the strip line’s end date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineToolTipData.Start">
      <summary>
        <para>Gets the strip line’s start date.</para>
      </summary>
      <value>A DateTime value that points to the strip line’s start date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineToolTipData.StripLine">
      <summary>
        <para>Gets a strip line that owns the current tooltip.</para>
      </summary>
      <value>A strip line that owns the current tooltip.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineToolTipData.ToolTip">
      <summary>
        <para>Gets a tooltip defined within the strip line’s <see cref="P:System.Windows.FrameworkContentElement.ToolTip"/> property.</para>
      </summary>
      <value>A tooltip defined within the strip line’s <see cref="P:System.Windows.FrameworkContentElement.ToolTip"/> property.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.StripLineToolTipData.ToolTipTemplate">
      <summary>
        <para>Gets a tooltip template defined within the strip line’s <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.ToolTipTemplate"/> property.</para>
      </summary>
      <value>A tooltip template defined within the strip line’s <see cref="P:DevExpress.Xpf.Gantt.StripLineBase.ToolTipTemplate"/> property.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TaskContentPosition">
      <summary>
        <para>Lists the values that specify the task content position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TaskContentPosition.Bottom">
      <summary>
        <para>The task content is placed to the bottom from the task.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TaskContentPosition.Left">
      <summary>
        <para>The task content is placed to the left from the task.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TaskContentPosition.Right">
      <summary>
        <para>The task content is placed to the right from the task.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TaskContentPosition.Top">
      <summary>
        <para>The task content is placed to the top from the task.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TaskFinishDateMoveCanceledEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoveCanceled"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskFinishDateMoveCanceledEventArgs.Node">
      <summary>
        <para>Gets the task whose finish date editing was canceled.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TaskFinishDateMovedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoved"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskFinishDateMovedEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the applied changes must be canceled.</para>
      </summary>
      <value>true, to undo the applied changes; otherwise, false. The default is false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskFinishDateMovedEventArgs.FinishDate">
      <summary>
        <para>Gets or sets the currently edited task finish date.</para>
      </summary>
      <value>A task’s finish date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskFinishDateMovedEventArgs.Node">
      <summary>
        <para>Gets the currently edited task.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TaskFinishDateMovingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskFinishDateMoving">GanttView.TaskFinishDateMoving</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskFinishDateMovingEventArgs.FinishDate">
      <summary>
        <para>Gets or sets the currently edited task finish date.</para>
      </summary>
      <value>A task’s finish date.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskFinishDateMovingEventArgs.Node">
      <summary>
        <para>Gets the currently edited task.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TaskMoveCanceledEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskMoveCanceled"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskMoveCanceledEventArgs.Node">
      <summary>
        <para>Gets the currently edited task.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TaskMovedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskMoved"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskMovedEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether the applied changes must be canceled.</para>
      </summary>
      <value>true, to undo the applied changes; otherwise, false. The default is false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskMovedEventArgs.Node">
      <summary>
        <para>Gets the currently edited task.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskMovedEventArgs.StartDate">
      <summary>
        <para>Gets or sets the currently edited task start date.</para>
      </summary>
      <value>A task’s start date.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TaskMovingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TaskMoving"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskMovingEventArgs.Node">
      <summary>
        <para>Gets the currently edited task.</para>
      </summary>
      <value>An edited task.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TaskMovingEventArgs.StartDate">
      <summary>
        <para>Gets or sets the currently edited task start date.</para>
      </summary>
      <value>A task start date.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TasksScheduledEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Gantt.GanttView.TasksScheduled"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TasksScheduledEventArgs.InvalidPredecessorLinks">
      <summary>
        <para>Gets a collection of predecessor links that are invalid after <see href="https://docs.devexpress.com/WPF/400927/controls-and-libraries/gantt-control/data-editing-and-validation#automatic-scheduling">scheduling</see>.</para>
      </summary>
      <value>A collection of invalid predecessor links.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TasksScheduledEventArgs.RollbackChanges">
      <summary>
        <para>Gets or sets whether the control must rollback changes that caused the scheduling.</para>
      </summary>
      <value>true, to rollback changes; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TimeIntervalDisplayMode">
      <summary>
        <para>Lists the values that specify how the time intervals are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimeIntervalDisplayMode.Cut">
      <summary>
        <para>The time intervals are cut out from the timeline.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimeIntervalDisplayMode.Hide">
      <summary>
        <para>The time intervals are not visually highlighted in the timeline.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimeIntervalDisplayMode.Show">
      <summary>
        <para>The time intervals are displayed and highlighted in the timeline.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TimescaleRuler">
      <summary>
        <para>A timescale ruler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.TimescaleRuler.#ctor(DevExpress.Xpf.Gantt.TimescaleUnit,System.Int32,System.Double,System.Double,System.IFormatProvider)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/> class with the specified settings.</para>
      </summary>
      <param name="unit">The selected measure units of the timescale ruler. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.Unit"/> property.</param>
      <param name="count">The count of units displayed between two timescale tick marks. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.Count"/> property.</param>
      <param name="minWidth">The minimum distance between tick marks in pixels when the timescale is displayed. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.MinWidth"/> property.</param>
      <param name="maxWidth">The maximum distance between tick marks in pixels when the timescale is displayed. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.MaxWidth"/> property.</param>
      <param name="formatProvider">The format provider. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.FormatProvider"/> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.TimescaleRuler.#ctor(DevExpress.Xpf.Gantt.TimescaleUnit,System.String,System.Int32,System.Double,System.Double,System.IFormatProvider)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/> class with the specified settings.</para>
      </summary>
      <param name="unit">The selected measure units of the timescale ruler. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.Unit"/> property.</param>
      <param name="displayFormat">The display format for the timescale labels. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.DisplayFormat"/> property.</param>
      <param name="count">The count of units displayed between two timescale tick marks. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.Count"/> property.</param>
      <param name="minWidth">The minimum distance between tick marks in pixels when the timescale is displayed. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.MinWidth"/> property.</param>
      <param name="maxWidth">The maximum distance between tick marks in pixels when the timescale is displayed. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.MaxWidth"/> property.</param>
      <param name="formatProvider">The format provider. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.FormatProvider"/> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TimescaleRuler.Count">
      <summary>
        <para>Gets the number of <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.Unit">timescale units</see> visualized between two tick marks.</para>
      </summary>
      <value>The number of timescale units visualized between two tick marks.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TimescaleRuler.DisplayFormat">
      <summary>
        <para>Gets the format of the string displayed in the timescale ruler captions.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the format string of the captions.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.TimescaleRuler.Equals(System.Object)">
      <summary>
        <para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/> instance.</para>
      </summary>
      <param name="obj">The object to compare with the current object.</param>
      <returns>true if the specified object is equal to the current <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/> instance; otherwise false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TimescaleRuler.FormatProvider">
      <summary>
        <para>Gets the format provider to format the timescale ruler captions.</para>
      </summary>
      <value>An object of a class that implements a <see cref="T:System.IFormatProvider"/> that supplies specific formatting information on the timescale ruler captions.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.TimescaleRuler.GetHashCode">
      <summary>
        <para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/> object.</para>
      </summary>
      <returns>An integer value that is the hash code for the current object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TimescaleRuler.MaxWidth">
      <summary>
        <para>Gets the maximum distance between tick marks in pixels when the timescale is displayed.</para>
      </summary>
      <value>The distance between tick marks in pixels.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TimescaleRuler.MinWidth">
      <summary>
        <para>Gets the minimum distance between tick marks in pixels when the timescale is displayed.</para>
      </summary>
      <value>The distance between tick marks in pixels.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.TimescaleRuler.SetDisplayFormat(System.String)">
      <summary>
        <para>Returnes a new TimescaleRuler with the specified display format.</para>
      </summary>
      <param name="displayFormat">A <see cref="T:System.String"/> value specifying the format string of the captions.</param>
      <returns>A new instance of the <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/> class.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.TimescaleRuler.SetFormatProvider(System.IFormatProvider)">
      <summary>
        <para>Returnes a new TimescaleRuler with the specified format provider.</para>
      </summary>
      <param name="formatProvider">An object of a class that implements a <see cref="T:System.IFormatProvider"/> that supplies specific formatting information on the values displayed by labels of the chart range control client.</param>
      <returns>A new instance of the <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/> class.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.TimescaleRuler.ToString">
      <summary>
        <para>Returns the textual representation of <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/>.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/>.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.TimescaleRuler.Unit">
      <summary>
        <para>Specifies the selected measure units of the timescale ruler.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.TimescaleUnit"/> value.</value>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.TimescaleRuler.Update(System.Int32,System.Nullable{System.Double},System.Nullable{System.Double})">
      <summary>
        <para>Returns a new TimescaleRuler with the specified settings.</para>
      </summary>
      <param name="count">The count of units displayed between two timescale tick marks. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.Count"/> property.</param>
      <param name="minWidth">The minimum distance between tick marks in pixels when the timescale is displayed. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.MinWidth"/> property.</param>
      <param name="maxWidth">The maximum distance between tick marks in pixels when the timescale is displayed. This value is assigned to the <see cref="P:DevExpress.Xpf.Gantt.TimescaleRuler.MinWidth"/> property.</param>
      <returns>A new instance of the <see cref="T:DevExpress.Xpf.Gantt.TimescaleRuler"/> class.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.TimescaleUnit">
      <summary>
        <para>Lists the values that specify the timescale measure units.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.Day">
      <summary>
        <para>Specifies the Day measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.HalfYear">
      <summary>
        <para>Specifies the HalfYear measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.Hour">
      <summary>
        <para>Specifies the Hour measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.Millisecond">
      <summary>
        <para>Specifies the Millisecond measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.Minute">
      <summary>
        <para>Specifies the Minute measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.Month">
      <summary>
        <para>Specifies the Month measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.Quarter">
      <summary>
        <para>Specifies the Quarter measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.Second">
      <summary>
        <para>Specifies the Second measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.Week">
      <summary>
        <para>Specifies the Week measure unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.TimescaleUnit.Year">
      <summary>
        <para>Specifies the Year measure unit.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.Weekly">
      <summary>
        <para>Represents the weekly recurrence.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.Weekly.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.Weekly"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Weekly.DayOfWeek">
      <summary>
        <para>Gets or sets a day of week when the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A day of week.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.Weekly.DayOfWeekProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.Weekly.DayOfWeek">Weekly.DayOfWeek</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.WorkdayRule">
      <summary>
        <para>Represents a working and nonworking day rule.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.WorkdayRule.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.WorkdayRule"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.WorkdayRule.IsWorkday">
      <summary>
        <para>Gets or sets whether the current rule defines a working, or nonworking day. This is a dependency property.</para>
      </summary>
      <value>true if the rule defines a working day; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.WorkdayRule.IsWorkdayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.WorkdayRule.IsWorkday">WorkdayRule.IsWorkday</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.WorkdayRule.Recurrence">
      <summary>
        <para>Gets or sets the rule recurrence (weekly, daily, etc.). This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.RecurrenceBase"/> descendant that specify the rule’s recurrence.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.WorkdayRule.RecurrenceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.WorkdayRule.Recurrence">WorkdayRule.Recurrence</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.WorkdayRuleCollection">
      <summary>
        <para>Represents a collection of working and nonworking day rules.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.WorkingTimeRule">
      <summary>
        <para>Represents a working time rule.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.WorkingTimeRule.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.WorkingTimeRule"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.WorkingTimeRule.Recurrence">
      <summary>
        <para>Gets or sets the rule recurrence (weekly, daily, etc.). This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Gantt.RecurrenceBase"/> descendant that specify the rule’s recurrence.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.WorkingTimeRule.RecurrenceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.WorkingTimeRule.Recurrence">WorkingTimeRule.Recurrence</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.WorkingTimeRule.WorkingTime">
      <summary>
        <para>Gets or sets a collection of time spans that specify the working time. This is a dependency property.</para>
      </summary>
      <value>A collection of time spans.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.WorkingTimeRule.WorkingTimeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.WorkingTimeRule.WorkingTime">WorkingTimeRule.WorkingTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.WorkingTimeRuleCollection">
      <summary>
        <para>Represents a collection of working time rules.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.Yearly">
      <summary>
        <para>Represents the yearly recurrence.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.Yearly.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.Yearly"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Yearly.Day">
      <summary>
        <para>Gets or sets a day of <see cref="P:DevExpress.Xpf.Gantt.Yearly.Month"/> when the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A day number.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.Yearly.DayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.Yearly.Day">Yearly.Day</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.Yearly.Month">
      <summary>
        <para>Gets or sets month when the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A month number.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.Yearly.MonthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.Yearly.Month">Yearly.Month</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.YearlyByDayOfWeek">
      <summary>
        <para>Represents the yearly recurrence in a particular day of week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.YearlyByDayOfWeek.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.YearlyByDayOfWeek"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.YearlyByDayOfWeek.Month">
      <summary>
        <para>Gets or sets a month when the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A month number.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.YearlyByDayOfWeek.MonthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.YearlyByDayOfWeek.Month">YearlyByDayOfWeek.Month</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Gantt.YearlyByDayOfYear">
      <summary>
        <para>Represents the yearly recurrence in a particular day of year.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Gantt.YearlyByDayOfYear.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Gantt.YearlyByDayOfYear"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Gantt.YearlyByDayOfYear.DayOfYear">
      <summary>
        <para>Gets or sets a day of year when the rule is applied. This is a dependency property.</para>
      </summary>
      <value>A day number.</value>
    </member>
    <member name="F:DevExpress.Xpf.Gantt.YearlyByDayOfYear.DayOfYearProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Gantt.YearlyByDayOfYear.DayOfYear">YearlyByDayOfYear.DayOfYear</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
  </members>
</doc>