﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.XtraGantt.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.XtraGantt">
      <summary>
        <para>Contains types related to the <see href="https://docs.devexpress.com/WindowsForms/401173/controls-and-libraries/gantt-control/gantt-control">Gantt control</see>.</para>
      </summary>
    </member>
    <member name="N:DevExpress.XtraGantt.Base.Scheduling">
      <summary>
        <para>Contains base types that specify a workweek schedule in the <see href="https://docs.devexpress.com/WindowsForms/401173/controls-and-libraries/gantt-control/gantt-control">Gantt control</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Base.Scheduling.BaseRule">
      <summary>
        <para>Represents a base rule for exceptions to the regular workweek schedule.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Base.Scheduling.BaseRule.Includes(System.DateTime)">
      <summary>
        <para>Returns whether the rules includes the specified date.</para>
      </summary>
      <param name="date">A date to check whether the rule includes it.</param>
      <returns>true if the rule includes the specified date; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.XtraGantt.Base.Scheduling.ExceptionRule">
      <summary>
        <para>Represents a rule for exceptions to the regular workweek schedule.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Base.Scheduling.ExceptionRule.#ctor">
      <summary>
        <para>Initializes a new ExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Base.Scheduling.ExceptionRule.EndDate">
      <summary>
        <para>Gets or sets the date when a rule stops applying.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> structure that specifies the date when a rule stops applying.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.Base.Scheduling.ExceptionRule.Includes(System.Int64)">
      <summary>
        <para>Returns whether the rules includes the specified date.</para>
      </summary>
      <param name="day">An <see cref="T:System.Int64"/> value that specifies the date in ticks to check whether the rule includes it.</param>
      <returns>true if the rule includes the specified date; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.Base.Scheduling.ExceptionRule.Interval">
      <summary>
        <para>Gets or sets the rule recurrence interval.</para>
      </summary>
      <value>An integer value that specifies the recurrence interval.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Base.Scheduling.ExceptionRule.Occurrences">
      <summary>
        <para>Gets or sets a value that specifies how many times the rule is applied.</para>
      </summary>
      <value>An integer value that specifies how many times the rule is applied.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Base.Scheduling.ExceptionRule.StartDate">
      <summary>
        <para>Gets or sets the date when a rule is set to apply.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> structure that specifies the date when a rule is set to apply.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Base.Scheduling.ScheduleDay">
      <summary>
        <para>Represents a day with a schedule.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Base.Scheduling.ScheduleDay.#ctor">
      <summary>
        <para>Initializes a new ScheduleDay class instance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Base.Scheduling.ScheduleDay.#ctor(DevExpress.XtraGantt.Scheduling.WorkTime[])">
      <summary>
        <para>Initializes a new ScheduleDay class instance.</para>
      </summary>
      <param name="workTimes">An array of WorkTime objects that specify work intervals in a day’s schedule.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.Base.Scheduling.ScheduleDay.#ctor(System.Collections.Generic.IEnumerable{DevExpress.XtraGantt.Scheduling.WorkTime})">
      <summary>
        <para>Initializes a new ScheduleDay class instance.</para>
      </summary>
      <param name="workTimes">An collection of WorkTime objects that specify work intervals in a day’s schedule.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.Base.Scheduling.ScheduleDay.IsNonWorkDay">
      <summary>
        <para>Gets whether the day is a non-work day.</para>
      </summary>
      <value>true if the day is a non-work day; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Base.Scheduling.ScheduleDay.Tag">
      <summary>
        <para>Gets or sets a custom tag assigned to the day.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that specifies the tag.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Base.Scheduling.ScheduleDay.WorkTimes">
      <summary>
        <para>Provides access to work intervals in the day’s schedule (for example, 9:00 to 12:00 and 13:00 to 18:00).</para>
      </summary>
      <value>A collection of WorkTime objects that specify work intervals in the day’s schedule.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.ChangeType">
      <summary>
        <para>Enumerates values that specify whether a dependency is created, modified, or removed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ChangeType.Create">
      <summary>
        <para>The dependency is created.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ChangeType.Modify">
      <summary>
        <para>The dependency is modified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ChangeType.Remove">
      <summary>
        <para>The dependency is removed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.ConstraintType">
      <summary>
        <para>Enumerates values that specify constraint types (As Soon As Possible, Start No Later Than, and so on).</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ConstraintType.AsLateAsPossible">
      <summary>
        <para>The task should start as late as possible but it should not delay other tasks so that they violate their constraints.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ConstraintType.AsSoonAsPossible">
      <summary>
        <para>The task should start as soon as possible. This is the default constraint.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ConstraintType.FinishNoEarlierThan">
      <summary>
        <para>The task’s finish date should be later than or equal to the specified date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ConstraintType.FinishNoLaterThan">
      <summary>
        <para>The task’s finish date should be earlier than or equal to the specified date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ConstraintType.MustFinishOn">
      <summary>
        <para>The task’s finish date should be equal to the specified date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ConstraintType.MustStartOn">
      <summary>
        <para>The task’s start date should be equal to the specified date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ConstraintType.StartNoEarlierThan">
      <summary>
        <para>The task’s start date should be later than or equal to the specified date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.ConstraintType.StartNoLaterThan">
      <summary>
        <para>The task’s start date should be earlier than or equal to the specified date.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.CriticalPathHighlightMode">
      <summary>
        <para>Enumerates values that specify whether the control highlights single, multiple, or no critical paths.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.CriticalPathHighlightMode.Multiple">
      <summary>
        <para>The control highlights all sequences of dependent tasks that affect the project’s start or finish date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.CriticalPathHighlightMode.None">
      <summary>
        <para>The control does not highlight critical paths.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.CriticalPathHighlightMode.Single">
      <summary>
        <para>The control highlights the longest sequence of dependent tasks that affect the project’s start or finish date.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomCalcTaskDependency"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.ArrowBounds">
      <summary>
        <para>Gets or sets the dependency arrow’s bounds.</para>
      </summary>
      <value>A structure that specifies a rectangle.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.DependencyType">
      <summary>
        <para>Gets the dependency type (finish-to-start, finish-to-finish, etc.).</para>
      </summary>
      <value>A value that specifies a dependency type.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.Handled">
      <summary>
        <para>Gets or sets whether the event is handled. Suppresses the default calculation.</para>
      </summary>
      <value>true to suppress the default calculation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.Lines">
      <summary>
        <para>Gets the list of lines that specify the dependency line.</para>
      </summary>
      <value>A collection of rectangles that specify a dependency line.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.PredecessorDuration">
      <summary>
        <para>Gets the predecessor task’s duration.</para>
      </summary>
      <value>A structure that specifies a time interval.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.PredecessorFinishDate">
      <summary>
        <para>Gets the predecessor task’s finish date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.PredecessorStartDate">
      <summary>
        <para>Gets the predecessor task’s start date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.RotateArrow">
      <summary>
        <para>Gets or sets how much the arrow is rotated and the axis used to flip the arrow.</para>
      </summary>
      <value>A value that specifies how much an image is rotated and the axis used to flip the image.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.SuccessorDuration">
      <summary>
        <para>Gets the successor task’s duration.</para>
      </summary>
      <value>A structure that specifies a time interval.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.SuccessorFinishDate">
      <summary>
        <para>Gets the successor task’s finish date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomCalcTaskDependencyEventArgs.SuccessorStartDate">
      <summary>
        <para>Gets the successor task’s start date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomDrawEventArgs">
      <summary>
        <para>Supplies data for events that allow you to draw the control’s visual elements in a custom way.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Action)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.CustomDrawEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawEventArgs.Cache">
      <summary>
        <para>Provides access to the drawing surface and a cache of brushes, pens, fonts, and other graphics.</para>
      </summary>
      <value>An object that specifies a cache of graphics.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawEventArgs.DefaultDraw">
      <summary>
        <para>Draws the visual element in its default appearance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawEventArgs.Handled">
      <summary>
        <para>Gets or sets whether the event is handled and allows you to prevent the control from drawing the visual element in its default appearance.</para>
      </summary>
      <value>true if the event is handled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomDrawTaskDependencyEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomDrawTaskDependency">GanttControl.CustomDrawTaskDependency</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskDependencyEventArgs.Appearance">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/WindowsForms/2401/common-features/application-appearance-and-skin-colors/appearances">appearance settings</see> that specify the dependency line background color.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskDependencyEventArgs.DefaultDraw">
      <summary>
        <para>Draws the task dependency line.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskDependencyEventArgs.Lines">
      <summary>
        <para>Provides access to the collection of <see cref="T:System.Drawing.RectangleF"/> structures that specify the processed dependency line.</para>
      </summary>
      <value>A collection of <see cref="T:System.Drawing.RectangleF"/> structures.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskDependencyEventArgs.PredecessorNode">
      <summary>
        <para>Gets the predecessor node.</para>
      </summary>
      <value>An object that specifies the predecessor node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskDependencyEventArgs.State">
      <summary>
        <para>Gets the object state: normal, hot tracked, pressed, disabled, or selected.</para>
      </summary>
      <value>A value that specifies the object state: normal, hot tracked, pressed, disabled, or selected.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskDependencyEventArgs.SuccessorNode">
      <summary>
        <para>Gets the successor node.</para>
      </summary>
      <value>An object that specifies the successor node.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomDrawTaskDependencyEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomDrawTaskDependency"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomDrawTaskEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomDrawTask">GanttControl.CustomDrawTask</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskEventArgs.Appearance">
      <summary>
        <para>Provides access to the task’s <see href="https://docs.devexpress.com/WindowsForms/2401/common-features/application-appearance-and-skin-colors/appearances">appearance settings</see>.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawBaseline">
      <summary>
        <para>Draws the baseline.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawBaseline(System.Drawing.RectangleF)">
      <summary>
        <para>Draws the baseline in the specified bounds.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the bounds where the baseline should be drawn.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawHtml(DevExpress.Utils.Html.HtmlTemplate,DevExpress.Utils.Html.DxHtmlPainterContext,System.Action{DevExpress.Utils.Html.DxHtmlPainterArgs})">
      <summary>
        <para>Paints the required <see href="https://docs.devexpress.com/WindowsForms/403397/common-features/html-css-based-desktop-ui">HTML template</see> inside an element that raised this event. The context parameter allows you to assign an object that transfers mouse events to template elements.</para>
      </summary>
      <param name="template">A template to draw.</param>
      <param name="context">The object that transfers mouse events from a control to a template instance. This allows you to switch visual states (regular, hovered, pressed, and others) of template elements.</param>
      <param name="setupArgs">Sets up required properties of the DxHtmlPainterArgs object.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawHtml(DevExpress.Utils.Html.HtmlTemplate,System.Action{DevExpress.Utils.Html.DxHtmlPainterArgs})">
      <summary>
        <para>Paints the required <see href="https://docs.devexpress.com/WindowsForms/403397/common-features/html-css-based-desktop-ui">HTML template</see> inside an element that raised this event.</para>
      </summary>
      <param name="template">A template to draw.</param>
      <param name="setupArgs">Sets up required properties of the DxHtmlPainterArgs object.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawInsideText">
      <summary>
        <para>Draws the text inside the bar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawLeftLinkPoint">
      <summary>
        <para>Draws a dependency connection point at the left side of the task.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawLeftText">
      <summary>
        <para>Draws the text to the left of the bar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawLeftText(System.Drawing.RectangleF)">
      <summary>
        <para>Draws the text to the left of the bar within the specified bounds.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the bounds where the text should be drawn.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawRightLinkPoint">
      <summary>
        <para>Draws a dependency connection point at the right side of the task.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawRightText">
      <summary>
        <para>Draws the text to the right of the bar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawRightText(System.Drawing.RectangleF)">
      <summary>
        <para>Draws the text to the left of the bar within the specified bounds.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the bounds where the text should be drawn.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawShape">
      <summary>
        <para>Draws the task shape: bar, summary bar, or milestone.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawShape(System.DateTime,System.DateTime)">
      <summary>
        <para>Draws the task shape (bar, summary bar, or milestone) with an interruption.</para>
      </summary>
      <param name="interruptionStart">The interruption’s start date.</param>
      <param name="interruptionFinish">The interruption’s end date.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawShape(System.Drawing.RectangleF,System.Single)">
      <summary>
        <para>Draws the task shape: bar, summary bar, or milestone.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the bounds where the shape should be drawn.</param>
      <param name="progress">A value that specifies the task progress.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.DrawSplit(System.Drawing.RectangleF)">
      <summary>
        <para>Draws a task splitter.</para>
      </summary>
      <param name="bounds">A <see cref="T:System.Drawing.RectangleF"/> structure that specifies the bounds where the task splitter should be drawn.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskEventArgs.Duration">
      <summary>
        <para>Gets the task duration.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> structure that specifies the task duration.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskEventArgs.FinishDate">
      <summary>
        <para>Gets the task finish date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> structure that specifies the task finish date.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTaskEventArgs.GetPosition(System.DateTime)">
      <summary>
        <para>Returns the horizontal position of the specified date on the timescale.</para>
      </summary>
      <param name="date">A value that specifies a date.</param>
      <returns>A value that specifies a position on the timescale’s X-axis.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskEventArgs.Info">
      <summary>
        <para>Provides access to view information about the task.</para>
      </summary>
      <value>An object that contains view information about the task.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskEventArgs.Node">
      <summary>
        <para>Gets the processed node.</para>
      </summary>
      <value>An object that specifies the processed node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskEventArgs.Progress">
      <summary>
        <para>Gets the task progress.</para>
      </summary>
      <value>A value that specifies the task progress.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskEventArgs.StartDate">
      <summary>
        <para>Gets the task start date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> structure that specifies the task start date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTaskEventArgs.State">
      <summary>
        <para>Gets the object state: normal, hot tracked, pressed, disabled, or selected.</para>
      </summary>
      <value>A value that specifies the object state: normal, hot tracked, pressed, disabled, or selected.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomDrawTaskEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomDrawTask"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomDrawTimelineTaskEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomDrawTimelineTask"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTimelineTaskEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,DevExpress.XtraGantt.TimeLine.GanttTimelineItemInfo,DevExpress.XtraGantt.TimeLine.GanttTimelinePainter,DevExpress.XtraGantt.TimeLine.GanttTimelineViewInfo)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.CustomDrawTimelineTaskEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object with brushes, pens, fonts, and other graphics.</param>
      <param name="taskInfo">An object that contains view information about the task.</param>
      <param name="ganttRangeControlTimelinePainter">The painter.</param>
      <param name="viewInfo">An object that contains view information about the timeline.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTimelineTaskEventArgs.Appearance">
      <summary>
        <para>Gets the appearance settings of a task.</para>
      </summary>
      <value>An object with appearance settings.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTimelineTaskEventArgs.DefaultDraw">
      <summary>
        <para>Draws the task in its default appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTimelineTaskEventArgs.DrawHtml(DevExpress.Utils.Html.HtmlTemplate,DevExpress.Utils.Html.DxHtmlPainterContext,System.Action{DevExpress.Utils.Html.DxHtmlPainterArgs})">
      <summary>
        <para>Draws the specified <see href="https://docs.devexpress.com/WindowsForms/403397/common-features/html-css-based-desktop-ui">HTML template</see> inside the task displayed on the timeline. The context parameter allows you to assign an object that transfers mouse events to template elements.</para>
      </summary>
      <param name="template">A template to draw.</param>
      <param name="context">An object that transfers mouse events from a control to a template instance. This allows you to switch visual states (regular, hovered, pressed) of template elements.</param>
      <param name="setupArgs">Sets up the DxHtmlPainterArgs object.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTimelineTaskEventArgs.DrawHtml(DevExpress.Utils.Html.HtmlTemplate,System.Action{DevExpress.Utils.Html.DxHtmlPainterArgs})">
      <summary>
        <para>Draws the specified <see href="https://docs.devexpress.com/WindowsForms/403397/common-features/html-css-based-desktop-ui">HTML template</see> inside the task displayed on the timeline.</para>
      </summary>
      <param name="template">A template to draw.</param>
      <param name="setupArgs">Sets up the DxHtmlPainterArgs object.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTimelineTaskEventArgs.Node">
      <summary>
        <para>Gets the node that corresponds to the task displayed on the timeline.</para>
      </summary>
      <value>The node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTimelineTaskEventArgs.Task">
      <summary>
        <para>Gets view information about the task displayed on the timeline.</para>
      </summary>
      <value>An object that contains view information about the task.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomDrawTimescaleColumnEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomDrawTimescaleColumn">GanttControl.CustomDrawTimescaleColumn</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomDrawTimescaleColumnEventArgs.Column">
      <summary>
        <para>Gets the processed column.</para>
      </summary>
      <value>An object that specifies the processed column.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTimescaleColumnEventArgs.DrawBackground">
      <summary>
        <para>Draws the background.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTimescaleColumnEventArgs.DrawHeader">
      <summary>
        <para>Draws the header.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTimescaleColumnEventArgs.DrawHtml(DevExpress.Utils.Html.HtmlTemplate,DevExpress.Utils.Html.DxHtmlPainterContext,System.Action{DevExpress.Utils.Html.DxHtmlPainterArgs})">
      <summary>
        <para>Paints the required <see href="https://docs.devexpress.com/WindowsForms/403397/common-features/html-css-based-desktop-ui">HTML template</see> inside an element that raised this event. The context parameter allows you to assign an object that transfers mouse events to template elements.</para>
      </summary>
      <param name="template">A template to draw.</param>
      <param name="context">The object that transfers mouse events from a control to a template instance. This allows you to switch visual states (regular, hovered, pressed, and others) of template elements.</param>
      <param name="setupArgs">Sets up required properties of the DxHtmlPainterArgs object.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTimescaleColumnEventArgs.DrawHtml(DevExpress.Utils.Html.HtmlTemplate,System.Action{DevExpress.Utils.Html.DxHtmlPainterArgs})">
      <summary>
        <para>Paints the required <see href="https://docs.devexpress.com/WindowsForms/403397/common-features/html-css-based-desktop-ui">HTML template</see> inside an element that raised this event.</para>
      </summary>
      <param name="template">A template to draw.</param>
      <param name="setupArgs">Sets up required properties of the DxHtmlPainterArgs object.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomDrawTimescaleColumnEventArgs.GetPosition(System.DateTime)">
      <summary>
        <para>Returns the position of the column that corresponds to the specified date.</para>
      </summary>
      <param name="date">A <see cref="T:System.DateTime"/> structure that specifies the date whose column position should be returned.</param>
      <returns>A <see cref="T:System.Double"/> value that specifies the column position.</returns>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomDrawTimescaleColumnEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomDrawTimescaleColumn"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomItemTextEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomTimelineItemText"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomItemTextEventArgs.#ctor(System.String,System.String,DevExpress.XtraGantt.TimeLine.GanttTimelineItemInfo)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.CustomItemTextEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="caption">The task caption (in the timeline). This value is assigned to the <see cref="P:DevExpress.XtraGantt.CustomItemTextEventArgs.Caption"/> property.</param>
      <param name="details">The the task details (in the timeline). This value is assigned to the <see cref="P:DevExpress.XtraGantt.CustomItemTextEventArgs.Details"/> property.</param>
      <param name="item">An object that contains view information about the task. This value is assigned to the <see cref="P:DevExpress.XtraGantt.CustomItemTextEventArgs.Task"/> property.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomItemTextEventArgs.Caption">
      <summary>
        <para>Gets or sets the task caption (in the timeline).</para>
      </summary>
      <value>The task caption.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomItemTextEventArgs.Details">
      <summary>
        <para>Gets or sets the task details (in the timeline).</para>
      </summary>
      <value>The task details.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomItemTextEventArgs.Node">
      <summary>
        <para>Gets the node that corresponds to the task displayed on the timeline.</para>
      </summary>
      <value>The node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomItemTextEventArgs.Task">
      <summary>
        <para>Gets the view information about the task (on the timeline).</para>
      </summary>
      <value>An object that contains view information about the task.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomTaskDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomTaskDisplayText"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskDisplayTextEventArgs.InsideText">
      <summary>
        <para>Gets or sets the text displayed inside the task’s bar. This property is not in effect for summary tasks and milestones.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed inside the task’s bar.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskDisplayTextEventArgs.LeftText">
      <summary>
        <para>Gets or sets the text displayed to the left of the task’s bar.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed to the left of the task’s bar.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskDisplayTextEventArgs.Node">
      <summary>
        <para>Gets the processed node.</para>
      </summary>
      <value>An object that specifies the processed node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskDisplayTextEventArgs.RightText">
      <summary>
        <para>Gets or sets the text displayed to the right of the task’s bar.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed to the right of the task’s bar.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskDisplayTextEventArgs.TaskInfo">
      <summary>
        <para>Provides access to view information about the task.</para>
      </summary>
      <value>An object that contains view information about the task.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomTaskDisplayTextEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomTaskDisplayText"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomTaskProgressEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomTaskProgress"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomTaskProgressEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.CustomTaskProgressEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskProgressEventArgs.Node">
      <summary>
        <para>Gets or sets the processed node.</para>
      </summary>
      <value>An object that specifies the processed node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskProgressEventArgs.Progress">
      <summary>
        <para>Gets or sets the task’s progress (a value from 0 to 1).</para>
      </summary>
      <value>A value the specifies the task’s progress.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomTaskProgressEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomTaskProgress"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomTaskSchedulingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomTaskScheduling"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.CustomTaskSchedulingEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.CustomTaskSchedulingEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskSchedulingEventArgs.Cancel">
      <summary>
        <para>Gets or sets whether to cancel rescheduling the processed task and all dependent tasks.</para>
      </summary>
      <value>true, to cancel rescheduling the processed task and all dependent tasks; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskSchedulingEventArgs.Duration">
      <summary>
        <para>Gets or sets the task’s duration.</para>
      </summary>
      <value>A structure that specifies the task’s duration.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskSchedulingEventArgs.FinishDate">
      <summary>
        <para>Gets or sets the task’s finish date.</para>
      </summary>
      <value>A structure that specifies the finish date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskSchedulingEventArgs.Node">
      <summary>
        <para>Gets the processed node.</para>
      </summary>
      <value>An object that specifies the processed node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskSchedulingEventArgs.Row">
      <summary>
        <para>Gets an object that specifies the processed data row.</para>
      </summary>
      <value>An object that specifies the processed data row.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.CustomTaskSchedulingEventArgs.StartDate">
      <summary>
        <para>Gets or sets the task’s start date.</para>
      </summary>
      <value>A structure that specifies the start date.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.CustomTaskSchedulingEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomTaskScheduling"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.DependencyType">
      <summary>
        <para>Enumerates values that specify types of dependencies between tasks.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.DependencyType.FinishToFinish">
      <summary>
        <para>The successor finishes after the predecessor finishes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.DependencyType.FinishToStart">
      <summary>
        <para>The successor starts after the predecessor finishes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.DependencyType.StartToFinish">
      <summary>
        <para>The successor finishes after the predecessor starts.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.DependencyType.StartToStart">
      <summary>
        <para>The successor starts after the predecessor starts.</para>
      </summary>
    </member>
    <member name="N:DevExpress.XtraGantt.Exceptions">
      <summary>
        <para>Contains types that specify exceptions to the regular workweek schedule in the <see href="https://docs.devexpress.com/WindowsForms/401173/controls-and-libraries/gantt-control/gantt-control">Gantt control</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.DailyExceptionRule">
      <summary>
        <para>Represents a rule that specifies an exception that reoccurs every day.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.DailyExceptionRule.#ctor">
      <summary>
        <para>Initializes a new DailyExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.DaysExceptionRule">
      <summary>
        <para>Represents a rule that specifies an exception that reoccurs by days.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.DaysExceptionRule.#ctor">
      <summary>
        <para>Initializes a new DaysExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.DaysExceptionRule.Days">
      <summary>
        <para>Provides access to a collection of <see cref="T:DevExpress.XtraGantt.Exceptions.ExceptionDay"/> objects that specify exception days.</para>
      </summary>
      <value>An object that contains <see cref="T:DevExpress.XtraGantt.Exceptions.ExceptionDay"/> objects.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.ExceptionDay">
      <summary>
        <para>Represents a day with a schedule that is an exception to the regular workweek.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.ExceptionDay.#ctor">
      <summary>
        <para>Initializes a new ExceptionDay class instance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.ExceptionDay.#ctor(DevExpress.XtraGantt.Scheduling.WorkTime[])">
      <summary>
        <para>Initializes a new ExceptionDay class instance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.ExceptionDay.#ctor(System.Collections.Generic.IEnumerable{DevExpress.XtraGantt.Scheduling.WorkTime})">
      <summary>
        <para>Initializes a new ExceptionDay class instance.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.ExceptionRuleCollection">
      <summary>
        <para>Represents a collection of rules that specify exceptions to the regular workweek.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.ExceptionRuleCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.Exceptions.ExceptionRuleCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.ExceptionRuleCollection.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new ExceptionRuleCollection class instance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.ExceptionRuleCollection.Insert(System.Int32,DevExpress.XtraGantt.Base.Scheduling.ExceptionRule)">
      <summary>
        <para>Inserts the specified exception rule to the collection at the specified index.</para>
      </summary>
      <param name="index">An <see cref="T:System.Int32"/> value that specifies the index at which to insert the item.</param>
      <param name="item">An object that specifies the exception rule to insert to the collection.</param>
      <returns>true if the item is successfully inserted; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.MonthlyDayOfWeekExceptionRule">
      <summary>
        <para>Represents a rule that specifies an exception that reoccurs every month in a particular week of the month and day of the week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.MonthlyDayOfWeekExceptionRule.#ctor">
      <summary>
        <para>Initializes a new MonthlyDayOfWeekExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.MonthlyDayOfWeekExceptionRule.DayOfWeek">
      <summary>
        <para>Gets or sets the day of week when the rule applies.</para>
      </summary>
      <value>A <see cref="T:System.DayOfWeek"/> value that specifies the day of week when the rule applies.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.MonthlyDayOfWeekExceptionRule.WeekOfMonth">
      <summary>
        <para>Gets or sets the week of months when the rule applies.</para>
      </summary>
      <value>A value that specifies the week of the month when the rule applies.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.MonthlyExceptionRule">
      <summary>
        <para>Represents a rule that specifies an exception that reoccurs every month on a particular day of the month.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.MonthlyExceptionRule.#ctor">
      <summary>
        <para>Initializes a new MonthlyExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.MonthlyExceptionRule.DayOfMonth">
      <summary>
        <para>Gets or sets the day of the month when the rule applies.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that specifies the day of the month when the rule applies.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.WeeklyExceptionRule">
      <summary>
        <para>Represents a rule that specifies an exception that reoccurs every week on a particular day of the week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.WeeklyExceptionRule.#ctor">
      <summary>
        <para>Initializes a new WeeklyExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.WeeklyExceptionRule.DayOfWeek">
      <summary>
        <para>Gets the day of the week when the rule applies.</para>
      </summary>
      <value>A <see cref="T:System.DayOfWeek"/> value that specifies the day of the week when the rule applies.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.WorkTimesExceptionRule">
      <summary>
        <para>Represents a base rule that specifies an exception to the regular workweek schedule.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.WorkTimesExceptionRule.#ctor">
      <summary>
        <para>Initializes a new WorkTimesExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.WorkTimesExceptionRule.WorkTimes">
      <summary>
        <para>Provides access to work intervals in the day’s schedule (for example, 9:00 to 12:00 and 13:00 to 18:00).</para>
      </summary>
      <value>A collection of WorkTime objects that specify work intervals in the day’s schedule.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.YearlyDayOfWeekExceptionRule">
      <summary>
        <para>Represents a rule that specifies an exception that reoccurs every year in a particular month, week of the month, and day of the week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.YearlyDayOfWeekExceptionRule.#ctor">
      <summary>
        <para>Initializes a new YearlyDayOfWeekExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.YearlyDayOfWeekExceptionRule.DayOfWeek">
      <summary>
        <para>Gets or sets the day of the week when the rule applies.</para>
      </summary>
      <value>A value that specifies the day of the week when the rule applies.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.YearlyDayOfWeekExceptionRule.Month">
      <summary>
        <para>Gets or sets the month when the rule applies.</para>
      </summary>
      <value>A value that specifies the month when the rule applies.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.YearlyDayOfWeekExceptionRule.WeekOfMonth">
      <summary>
        <para>Gets the week of the month when the rule applies.</para>
      </summary>
      <value>A value that specifies the week of the month when the rule applies.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.YearlyDayOfYearExceptionRule">
      <summary>
        <para>Represents a rule that specifies an exception that reoccurs every year on a particular day of the year.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.YearlyDayOfYearExceptionRule.#ctor">
      <summary>
        <para>Initializes a new YearlyDayOfYearExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.YearlyDayOfYearExceptionRule.DayOfYear">
      <summary>
        <para>Gets or sets the day of the year when the rule applies.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the day of the year when the rule applies.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Exceptions.YearlyExceptionRule">
      <summary>
        <para>Represents a rule that specifies an exception that reoccurs every year in a particular month and day of the month.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Exceptions.YearlyExceptionRule.#ctor">
      <summary>
        <para>Initializes a new YearlyExceptionRule class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.YearlyExceptionRule.DayOfMonth">
      <summary>
        <para>Gets the day of the month when the rule applies.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that specifies the day of the month when the rule applies.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Exceptions.YearlyExceptionRule.Month">
      <summary>
        <para>Gets or sets the month when the rule applies.</para>
      </summary>
      <value>A value that specifies when the rule applies.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttChartMappings">
      <summary>
        <para>Contains properties that specify names of data fields mapped to task properties (caption, start and finish dates, progress, and so on).</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttChartMappings.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new GanttChartMappings class instance.</para>
      </summary>
      <param name="ganttControl">A control to which the options belong.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.BaselineDurationFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.TimeSpan"/> type) that specifies a task’s baseline duration.</para>
      </summary>
      <value>The data source field that specifies a task’s baseline duration.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.BaselineFinishDateFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.DateTime"/> type) that specifies a task’s baseline finish date.</para>
      </summary>
      <value>The data source field that specifies a task’s baseline finish date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.BaselineStartDateFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.DateTime"/> type) that specifies a task’s baseline start date.</para>
      </summary>
      <value>The data source field that specifies a task’s baseline start date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.ConstraintDateFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.DateTime"/> type) that specifies a task’s <see href="https://docs.devexpress.com/WindowsForms/403013/controls-and-libraries/gantt-control/task-constraints">constraint</see> date.</para>
      </summary>
      <value>A field name.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.ConstraintTypeFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:DevExpress.XtraGantt.ConstraintType"/> or <see cref="T:System.Int32"/> type) that specifies a task’s <see href="https://docs.devexpress.com/WindowsForms/403013/controls-and-libraries/gantt-control/task-constraints">constraint</see> type.</para>
      </summary>
      <value>A field name.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.DurationFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.TimeSpan"/> type) that specifies a task’s duration (only work hours).</para>
      </summary>
      <value>The data source field that specifies a task’s duration.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.FinishDateFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.DateTime"/> type) that specifies a task’s finish date.</para>
      </summary>
      <value>The data source field that specifies a task’s finish date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.InteractionTooltipTextFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.String"/> type) that specifies a task’s text in <see href="https://docs.devexpress.com/WindowsForms/401712/controls-and-libraries/gantt-control/interactive-editing#tooltips">interaction tooltips</see>.</para>
      </summary>
      <value>The data source field that specifies a task’s text in interaction tooltips.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.PredecessorsFieldName">
      <summary>
        <para>Gets or sets the data source field that specifies a task’s predecessors. The data field should contain an <see cref="T:System.Collections.IList"/> object or a <see cref="T:System.String"/> value with keys separated by space, comma, or semicolon (‘ ‘, ‘,’ ‘;’).</para>
      </summary>
      <value>The data source field that specifies a task’s predecessors.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.ProgressFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.Single"/> type) that specifies a task’s <see href="https://docs.devexpress.com/WindowsForms/401787/controls-and-libraries/gantt-control/task-progress">progress</see> (from 0 to 100 percent).</para>
      </summary>
      <value>The data source field that specifies a task’s progress.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.StartDateFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.DateTime"/> type) that specifies a task’s start date.</para>
      </summary>
      <value>The data source field that specifies a task’s start date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.TextFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.String"/> type) that contains the caption displayed next to a task in the chart area.</para>
      </summary>
      <value>The data source field that contains a task’s caption.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.TimelineCaption">
      <summary>
        <para>Gets or sets the name of a field in the data source, with string values ​​that specify the captions of tasks on the timeline.</para>
      </summary>
      <value>The name of a field in the data source, with string values ​​that specify the captions of tasks on the timeline.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttChartMappings.VisibleInTimelineFieldName">
      <summary>
        <para>Gets or sets the name of a field in a data source, with Boolean values that specify which tasks to display on the timeline.</para>
      </summary>
      <value>The name of a field in a data source, with Boolean values that specify which tasks to display on the timeline.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttControl">
      <summary>
        <para>Represents a bar chart that illustrates a project schedule. The control displays project tasks organized in a tree list. The chart displays a bar against each task that shows the task start and finish dates, progress, and dependencies.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.#ctor">
      <summary>
        <para>Initializes a new GanttControl class instance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.AddTaskToTimeline(DevExpress.XtraGantt.GanttControlNode,DevExpress.XtraGantt.TimeLine.TimelineBar)">
      <summary>
        <para>Displays the specified task on the timeline.</para>
      </summary>
      <param name="node">The task.</param>
      <param name="bar">The timeline bar to display the added task. null to display the task on the focused timeline bar.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.AddTimelineBar">
      <summary>
        <para>Creates a timeline bar and displays it on the timeline.</para>
      </summary>
      <returns>The timeline bar.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.Appearance">
      <summary>
        <para>Provides access to appearance settings.</para>
      </summary>
      <value>An object that specifies an appearance settings collection.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.AppearancePrint">
      <summary>
        <para>Provides access to appearance settings applied when the control is <see href="https://docs.devexpress.com/WindowsForms/401786/controls-and-libraries/gantt-control/print-export">printed</see>.</para>
      </summary>
      <value>An object that specifies an appearance settings collection.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.BeginUpdate">
      <summary>
        <para>Does not allow the framework to redraw the control until the CancelUpdate or EndUpdate method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.CalcHitInfo(System.Drawing.Point)">
      <summary>
        <para>Returns information about the visual element under the specified hit point.</para>
      </summary>
      <param name="pt">A Point structure that specifies the hit point relative to the control’s upper-left corner.</param>
      <returns>A GanttControlHitInfo object that contains information about the visual element under the specified hit point.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.CancelUpdate">
      <summary>
        <para>Allows the framework to redraw the control after the BeginUpdate method is called. Does not redraw the control immediately.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.ChartFinishDate">
      <summary>
        <para>Gets or sets the last date in the chart area.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.ChartMappings">
      <summary>
        <para>Provides access to settings specified based on data source field names: task captions, task start and finish dates, task progress, etc.</para>
      </summary>
      <value>A GanttChartMappings object that contains mappings between data source fields and task properties.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.ChartStartDate">
      <summary>
        <para>Gets or sets the first date in the chart area.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies a date.</value>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomCalcTaskDependency">
      <summary>
        <para>Fires before the control calculates a dependency line. Allows you to specify the dependency line.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomDrawTask">
      <summary>
        <para>Fires before a task in the chart area is displayed. Provides access to a drawing surface and allows you to draw the task manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomDrawTaskDependency">
      <summary>
        <para>Fires before a task dependency line in the chart area is displayed. Provides access to a drawing surface and allows you to draw the task manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomDrawTimelineBar">
      <summary>
        <para>Allows you to draw a timeline bar.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomDrawTimelineTask">
      <summary>
        <para>Allows you to draw tasks displayed on the timeline.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomDrawTimescaleColumn">
      <summary>
        <para>Fires before a column in the chart area is displayed. Provides access to a drawing surface and allows you to draw the column manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomizeItem">
      <summary>
        <para>Allows you to modify items generated from HTML templates.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomPrintTask">
      <summary>
        <para>Fires before a Gantt bar in the chart area is printed. Provides access to the drawing surface and allows you to draw the Gantt bar in a custom way.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomPrintTaskDependency">
      <summary>
        <para>Fires before a dependency line between two Gantt bars is printed. Provides access to the drawing surface and allows you to draw the dependency line in a custom way.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomPrintTimescaleColumn">
      <summary>
        <para>Fires before a timescale column (the header and the chart area) is printed. Provides access to the drawing surface and allows you to draw the column in a custom way.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomTaskDisplayText">
      <summary>
        <para>Allows you to specify the caption displayed inside, to the left, and to the right of a task.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomTaskProgress">
      <summary>
        <para>Fires when a task’s progress is recalculated and allows you to specify a custom value.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomTaskScheduling">
      <summary>
        <para>Fires during the automatic rescheduling process when the control calculates new start and finish dates for a task. Allows you to cancel rescheduling the current task and stop the rescheduling process for its successors.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.CustomTimelineItemText">
      <summary>
        <para>Allows you to specify a custom caption and details for tasks displayed on the timeline.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.DependencyMappings">
      <summary>
        <para>Provides access to names of data fields mapped to dependency properties (type, time lag, predecessor, and successor).</para>
      </summary>
      <value>An object that maps data source fields to task properties.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.DependencySource">
      <summary>
        <para>Gets or sets the data source that contains values that specify dependencies between tasks.</para>
      </summary>
      <value>An object that specifies a data source.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.EndUpdate">
      <summary>
        <para>Allows the framework to redraw the control after the BeginUpdate method is called. Redraws the control immediately.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.Exceptions">
      <summary>
        <para>Provides access to rules that specify <see href="https://docs.devexpress.com/WindowsForms/401291/controls-and-libraries/gantt-control/workweek-schedule-and-exceptions">exceptions</see> to the regular workweek schedule.</para>
      </summary>
      <value>An object that contains exceptions to the regular workweek schedule.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.ExportToImage(System.IO.Stream)">
      <summary>
        <para>Exports the Gantt control’s data to the specified stream in PNG format.</para>
      </summary>
      <param name="stream">The stream to which the Gantt control is exported.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.ExportToImage(System.String)">
      <summary>
        <para>Exports the Gantt control’s data to the specified file in PNG format.</para>
      </summary>
      <param name="fileName">The the full name of the file to which the Gantt control is exported.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.FocusedTimelineBar">
      <summary>
        <para>Gets or sets the focused timeline bar.</para>
      </summary>
      <value>The focused timeline bar.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetBaselineDuration(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the specified task’s baseline duration.</para>
      </summary>
      <param name="node">An object that specifies the task for which to return the baseline duration.</param>
      <returns>A <see cref="T:System.TimeSpan"/> structure that specifies the task’s baseline duration.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetBaselineDuration(System.Int32)">
      <summary>
        <para>Returns the specified task’s baseline duration.</para>
      </summary>
      <param name="id">An integer value that specifies the Id of the task for which to return the baseline duration.</param>
      <returns>A <see cref="T:System.TimeSpan"/> structure that specifies the task’s baseline duration.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetBaselineFinishDate(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the specified task’s baseline finish date.</para>
      </summary>
      <param name="node">An object that specifies the task for which to return the baseline finish date.</param>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s baseline finish date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetBaselineFinishDate(System.Int32)">
      <summary>
        <para>Returns the specified task’s baseline finish date.</para>
      </summary>
      <param name="id">An integer value that specifies the Id of the task for which to return the baseline finish date.</param>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s baseline finish date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetBaselineStartDate(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the specified task’s baseline start date.</para>
      </summary>
      <param name="node">An object that specifies the task for which to return the baseline start date.</param>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s baseline start date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetBaselineStartDate(System.Int32)">
      <summary>
        <para>Returns the specified task’s baseline start date.</para>
      </summary>
      <param name="id">An integer value that specifies the Id of the task for which to return the baseline start date.</param>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s baseline start date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetChartVisibleFinishDate">
      <summary>
        <para>Returns the latest date visible in the chart.</para>
      </summary>
      <returns>A value that specifies a date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetChartVisibleStartDate">
      <summary>
        <para>Returns the earliest date visible in the chart.</para>
      </summary>
      <returns>A value that specifies a date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetDependencyDataRow(System.Int32,System.Int32)">
      <summary>
        <para>Returns a <see cref="T:System.Data.DataRow"/> in the bound <see cref="T:System.Data.DataTable"/> that contains data for the specified dependency.</para>
      </summary>
      <param name="predecessorNodeId">An integer value that specifies the predecessor node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property.</param>
      <param name="successorNodeId">An integer value that specifies the successor node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property.</param>
      <returns>An object that specifies a row of data in a <see cref="T:System.Data.DataTable"/>.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetDependencyRow(System.Int32,System.Int32)">
      <summary>
        <para>Returns an <see cref="T:System.Object"/> in the bound data source that contains data for the specified dependency.</para>
      </summary>
      <param name="predecessorNodeId">An integer value that specifies the predecessor node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property.</param>
      <param name="successorNodeId">An integer value that specifies the successor node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property.</param>
      <returns>An object that specifies a row of data in a data source.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetDuration(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the specified task’s duration.</para>
      </summary>
      <param name="node">An object that specifies the task for which to return the start baseline start date.</param>
      <returns>A <see cref="T:System.TimeSpan"/> structure that specifies the task’s duration.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetDuration(System.Int32)">
      <summary>
        <para>Returns the specified task’s duration.</para>
      </summary>
      <param name="id">An integer value that specifies the Id of the task for which to return the duration.</param>
      <returns>A <see cref="T:System.TimeSpan"/> structure that specifies the task’s duration.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetFinishDate(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the specified task’s finish date.</para>
      </summary>
      <param name="node">An object that specifies the task for which to return the baseline start date.</param>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s finish date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetFinishDate(System.Int32)">
      <summary>
        <para>Returns the specified task’s finish date.</para>
      </summary>
      <param name="id">An integer value that specifies the Id of the task for which to return the finish date.</param>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s finish date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetName(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the caption displayed next to the specified task (node) in the chart area.</para>
      </summary>
      <param name="node">An object that specifies a task (node).</param>
      <returns>A value that specifies a caption.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetPredecessorNodes(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the specified node’s predecessors as <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</para>
      </summary>
      <param name="node">An object that specifies a node.</param>
      <returns>A collection of <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetPredecessorNodes(System.Int32)">
      <summary>
        <para>Returns the specified node’s predecessors as <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</para>
      </summary>
      <param name="id">A value that specifies a node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property value.</param>
      <returns>A collection of <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetPredecessors(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns keys (see <see cref="P:DevExpress.XtraGantt.TreeListMappings.KeyFieldName"/>) of the specified node’s predecessors.</para>
      </summary>
      <param name="node">An object that specifies a node.</param>
      <returns>An object that specifies keys of the task’s predecessors.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetPredecessors(System.Int32)">
      <summary>
        <para>Returns keys (see <see cref="P:DevExpress.XtraGantt.TreeListMappings.KeyFieldName"/>) of the specified node’s predecessors.</para>
      </summary>
      <param name="id">A value that specifies a node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property value.</param>
      <returns>An object that specifies keys of the task’s predecessors.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetProgress(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the specified task’s progress.</para>
      </summary>
      <param name="node">An object that specifies the task for which to return the progress.</param>
      <returns>An object that specifies the task’s progress.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetProgress(System.Int32)">
      <summary>
        <para>Returns the specified task’s progress.</para>
      </summary>
      <param name="id">An integer value that specifies the Id of the task for which to return the progress.</param>
      <returns>An object that specifies the task’s progress.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetStartDate(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the specified task’s start day.</para>
      </summary>
      <param name="node">An object that specifies the task for which to return the start date.</param>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s start date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetStartDate(System.Int32)">
      <summary>
        <para>Returns the specified task’s start day.</para>
      </summary>
      <param name="id">An integer value that specifies the Id of the task for which to return the start date.</param>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s start date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetSuccessorNodes(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the specified node’s successors as <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</para>
      </summary>
      <param name="node">An object that specifies a node.</param>
      <returns>A collection of <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetSuccessorNodes(System.Int32)">
      <summary>
        <para>Returns the specified node’s successors as <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</para>
      </summary>
      <param name="id">A value that specifies a node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property value.</param>
      <returns>A collection of <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetSuccessors(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns keys (see <see cref="P:DevExpress.XtraGantt.TreeListMappings.KeyFieldName"/>) of the specified node’s successors. This method is only in effect if you use the <see cref="P:DevExpress.XtraGantt.GanttControl.DependencySource"/> property to specify dependencies.</para>
      </summary>
      <param name="node">An object that specifies a node.</param>
      <returns>An object that specifies keys of the task’s successors.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetSuccessors(System.Int32)">
      <summary>
        <para>Returns keys (see <see cref="P:DevExpress.XtraGantt.TreeListMappings.KeyFieldName"/>) of the specified node’s successors. This method is only in effect if you use the <see cref="P:DevExpress.XtraGantt.GanttControl.DependencySource"/> property to specify dependencies.</para>
      </summary>
      <param name="id">A value that specifies a node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property value.</param>
      <returns>An object that specifies keys of the task’s successors.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetTaskSplits(System.Int32)">
      <summary>
        <para>Returns the collection of time spans that specify the task splits.</para>
      </summary>
      <param name="nodeId">A task’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property value.</param>
      <returns>The collection of time spans that specify the task splits.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetText(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the caption displayed next to the specified task (node) in the chart area.</para>
      </summary>
      <param name="node">An object that specifies a task (node).</param>
      <returns>A value that specifies a caption.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetText(System.Int32)">
      <summary>
        <para>Returns the caption displayed next to the specified task (node) in the chart area.</para>
      </summary>
      <param name="id">An integer value that specifies a node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property.</param>
      <returns>A value that specifies a caption.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetTimelineFinishDate">
      <summary>
        <para>Returns the timeline’s finish date.</para>
      </summary>
      <returns>The timeline’s finish date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetTimelineStartDate">
      <summary>
        <para>Returns the timeline’s start date.</para>
      </summary>
      <returns>The timeline’s start date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetTimelineTaskCaption(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the caption of the specified task.</para>
      </summary>
      <param name="node">The task.</param>
      <returns>The task caption.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetTimelineTaskCaption(System.Int32)">
      <summary>
        <para>Returns the caption of the specified task.</para>
      </summary>
      <returns>The task caption.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetTimelineTaskVisibility(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns a value that indicates whether the specifies task is displayed on the timeline.</para>
      </summary>
      <param name="node">The task.</param>
      <returns>true if the task is displayed on the timeline; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetTimelineTaskVisibility(System.Int32)">
      <summary>
        <para>Returns a value that indicates whether the specifies task is displayed on the timeline.</para>
      </summary>
      <returns>true if the task is displayed on the timeline; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.GetTooltipText(System.Int32)">
      <summary>
        <para>Returns the specified task’s caption displayed in <see href="https://docs.devexpress.com/WindowsForms/401712/controls-and-libraries/gantt-control/interactive-editing#tooltips">interaction tooltips</see>.</para>
      </summary>
      <param name="id">An integer value that specifies a node’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property.</param>
      <returns>A string value that specifies the task’s caption in interaction tooltips.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.InvalidateRow(DevExpress.XtraTreeList.ViewInfo.RowInfo)">
      <summary>
        <para>Invalidates the node that corresponds to the specified view information.</para>
      </summary>
      <param name="rowInfo">An object that contains view information about a tree list node.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.Nodes">
      <summary>
        <para>Provides access to the collection of root nodes.</para>
      </summary>
      <value>The collection of root nodes.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.OptionsBehavior">
      <summary>
        <para>Provides access to a set of options that specify the behavior of the control.</para>
      </summary>
      <value>An object that contains a set of options.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.OptionsCustomization">
      <summary>
        <para>Provides access to a set of options that specify the customization facilities of the control.</para>
      </summary>
      <value>An object that contains a set of options.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.OptionsMainTimeRuler">
      <summary>
        <para>Provides access to options that specify the bottom timescale ruler: measure unit, maximum and minimum scale, division marks, etc.</para>
      </summary>
      <value>An object that contains options that specify the main time ruler.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.OptionsPrint">
      <summary>
        <para>Provides access to <see href="https://docs.devexpress.com/WindowsForms/401786/controls-and-libraries/gantt-control/print-export">print</see> options.</para>
      </summary>
      <value>An object that contains print options.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.OptionsSplitter">
      <summary>
        <para>Provides access to options of the splitter that separates the task list and chart.</para>
      </summary>
      <value>A GanttControlOptionsSplitter object that specifies the splitter’s options.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.OptionsTimeline">
      <summary>
        <para>Gets the timeline settings.</para>
      </summary>
      <value>An object with timeline settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.OptionsView">
      <summary>
        <para>Provides access to options that specify the view: visibility of particular visual elements, animations, etc.</para>
      </summary>
      <value>An object that contains options that specify the view.</value>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.QueryItemTemplate">
      <summary>
        <para>Allows you to assign HTML-CSS templates from the <see cref="P:DevExpress.XtraTreeList.TreeList.HtmlTemplates">GanttControl.HtmlTemplates</see> collection to UI elements of the required type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.RemoveSelectedTasksFromTimeline">
      <summary>
        <para>Hides the tasks selected by a user from the timeline.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.RemoveTaskFromTimeline(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Hides the specified task from the timeline.</para>
      </summary>
      <param name="node">The task.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.RemoveTimelineBar(DevExpress.XtraGantt.TimeLine.TimelineBar)">
      <summary>
        <para>Hides the specified timeline bar from the timeline.</para>
      </summary>
      <param name="bar">The timeline bar.</param>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.RequestTimescaleRulers">
      <summary>
        <para>Fires when the chart is zoomed in / zoomed out. Allows you to customize the timescale rulers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.ResetZoom">
      <summary>
        <para>Resets the zoom ratio of the Gantt control’s main client area to its initial value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.ScheduleFromStartDate(System.DateTime)">
      <summary>
        <para>Reschedules all tasks so that the project starts on the specified date.</para>
      </summary>
      <param name="startDate">A structure that specifies a date and time.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.ScheduleToFinishDate(System.DateTime)">
      <summary>
        <para>Reschedules all tasks so that the project ends on the specified date.</para>
      </summary>
      <param name="finishDate">A structure that specifies a date and time.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.ScrollChartToDate(System.DateTime)">
      <summary>
        <para>Scrolls the chart to the specified date.</para>
      </summary>
      <param name="date">A <see cref="T:System.DateTime"/> structure that specifies the date to which scroll the chart.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.ScrollChartToTask(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Scrolls the chart to the specified task.</para>
      </summary>
      <param name="node">A <see cref="T:System.DateTime"/> structure that specifies the date to which scroll the chart.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.SetChartVisibleRange(System.DateTime,System.DateTime)">
      <summary>
        <para>Sets the chart’s visible range.</para>
      </summary>
      <param name="startDate">A <see cref="T:System.DateTime"/> structure that specifies the vilible range’s start date.</param>
      <param name="finishDate">A <see cref="T:System.DateTime"/> structure that specifies the vilible range’s finish date.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.SetDependency(DevExpress.XtraGantt.GanttControlNode,DevExpress.XtraGantt.GanttControlNode,DevExpress.XtraGantt.DependencyType,System.TimeSpan)">
      <summary>
        <para>Allows you to specify a dependency between two tasks.</para>
      </summary>
      <param name="predecessorNode">An object that specifies the predecessor task (node).</param>
      <param name="successorNode">An object that specifies the successor task (node).</param>
      <param name="type">A value that specifies a dependency type.</param>
      <param name="lag">A value that specifies a time lag between the predecessor and successor tasks.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.SetTaskSplits(System.Int32,System.Collections.Generic.List{System.TimeSpan})">
      <summary>
        <para>Sets the collection of time spans that specify the task’s body and splits one after another.</para>
      </summary>
      <param name="nodeId">A task’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property value.</param>
      <param name="splits">The collection of time spans that specify a task’s body and splits one after another.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.SetTimelineBarRange(DevExpress.XtraGantt.TimeLine.TimelineBar,System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
      <summary>
        <para>Sets a custom date range for the specified timeline bar.</para>
      </summary>
      <param name="bar">The timeline bar.</param>
      <param name="start">The start date.</param>
      <param name="finish">The finish date.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.SetTimelineVisibleRange(System.DateTime,System.DateTime)">
      <summary>
        <para>Sets a visible date range for the timeline.</para>
      </summary>
      <param name="start">The start date.</param>
      <param name="finish">The finish date.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.SplitTask(System.Int32,System.DateTime,System.TimeSpan)">
      <summary>
        <para>Splits the specified task.</para>
      </summary>
      <param name="nodeId">A task’s <see cref="P:DevExpress.XtraTreeList.Nodes.TreeListNode.Id"/> property value.</param>
      <param name="splitStart">The split start date.</param>
      <param name="splitDuration">The split duration.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.SplitTaskMappings">
      <summary>
        <para>Contains data source field names that specify task splits (task, split start date, and split duration).</para>
      </summary>
      <value>An object that contains mappings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.SplitTaskSource">
      <summary>
        <para>Gets or sets the data source that contains information about split tasks.</para>
      </summary>
      <value>An object that specifies a data source.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.SplitterPosition">
      <summary>
        <para>Gets or sets the position of the splitter that separates the task list and chart.</para>
      </summary>
      <value>An integer value that specifies the splitter’s position.</value>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.SplitterPositionChanged">
      <summary>
        <para>Fires after the splitter changes its position.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.SplitterPositionChanging">
      <summary>
        <para>Fires before the splitter changes its position. Allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskDependencyModification">
      <summary>
        <para>Repeatedly fires when a user modifies a task’s dependency. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskDependencyModificationCanceled">
      <summary>
        <para>Fires when a user presses Esc to cancel modifying a task’s dependency. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskDependencyModificationCompleted">
      <summary>
        <para>Fires when a user finishes modifying a dependency. Allows you to cancel the operation.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskDependencyModified">
      <summary>
        <para>Fires when a task’s dependency is successfully modified. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModification">
      <summary>
        <para>Repeatedly fires when a user modifies a task’s finish date. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModificationCanceled">
      <summary>
        <para>Fires when a user presses Esc to cancel modifying a task’s finish date. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModificationCompleted">
      <summary>
        <para>Fires when a user finishes modifying a finish date. Allows you to cancel the operation.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModificationStarted">
      <summary>
        <para>Fires when a user starts to modify a task’s finish date. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModified">
      <summary>
        <para>Fires when a task’s finish date is successfully modified. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskMoveCanceled">
      <summary>
        <para>Fires when a user presses Esc to cancel moving a task. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskMoveCompleted">
      <summary>
        <para>Fires when a user finishes moving a task. Allows you to cancel the operation.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskMoved">
      <summary>
        <para>Fires when a task is successfully moved. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskMoveStarted">
      <summary>
        <para>Fires when a user starts to move a task. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskMoving">
      <summary>
        <para>Repeatedly fires when a user moves a task. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskPopupMenuShowing">
      <summary>
        <para>Fires when a context menu for a task is about to be shown.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskProgressModification">
      <summary>
        <para>Repeatedly fires when a user modifies a task’s progress. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskProgressModificationCanceled">
      <summary>
        <para>Fires when a user presses Esc to cancel modifying a task’s progress. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskProgressModificationCompleted">
      <summary>
        <para>Fires when a user finishes modifying progress. Allows you to cancel the operation.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskProgressModificationStarted">
      <summary>
        <para>Fires when a user starts to modify a task’s progress. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskProgressModified">
      <summary>
        <para>Fires when a task’s progress is successfully modified. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TaskToolTipShowing">
      <summary>
        <para>Fires when a tooltip for a task is about to be shown.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.TimelineBars">
      <summary>
        <para>Gets a collection of timeline bars displayed on the timeline.</para>
      </summary>
      <value>The collection of timeline bars.</value>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TimelineSplitterPositionChanged">
      <summary>
        <para>Occurs after the height of the timeline was changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TimelineSplitterPositionChanging">
      <summary>
        <para>Occurs before the timeline height is changed by a user and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TimelineTaskToolTipShowing">
      <summary>
        <para>Allows you to display a regular or <see href="https://docs.devexpress.com/WindowsForms/2398/common-features/tooltips#super-tooltips">super tooltip</see> for a task displayed on the timeline.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.TimescaleColumnSize">
      <summary>
        <para>Gets or sets the timescale unit width as a percentage of the default width.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the unit width as a percentage of the default width.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.TimescaleLeftIndent">
      <summary>
        <para>Gets or sets the indentation of the content from the chart’s left edge.</para>
      </summary>
      <value>An integer value that specifies the indentation of the content from the chart’s left edge.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.TimescaleRightIndent">
      <summary>
        <para>Gets or sets the indentation of the content from the chart’s right edge.</para>
      </summary>
      <value>An integer value that specifies the indentation of the content from the chart’s right edge.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.TimescaleRulerCount">
      <summary>
        <para>Gets or sets the number of rulers in the timescale.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of rulers in the timescale.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.TimescaleRulerHeight">
      <summary>
        <para>Gets or sets the timescale ruler height.</para>
      </summary>
      <value>An integer value that specifies the timescale ruler height.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.TreeListMappings">
      <summary>
        <para>Provides access to options specified based on data source field names and tree list column object.</para>
      </summary>
      <value>An object that contains options specified based on data source field names and tree list column object.’</value>
    </member>
    <member name="E:DevExpress.XtraGantt.GanttControl.TreeListPopupMenuShowing">
      <summary>
        <para>Allows you to customize the default menus for column headers, summary footers, and nodes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.UpdateSummaryProgress(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Updates the progress for all summary tasks in a tree branch that starts from the specified task.</para>
      </summary>
      <param name="node">The summary task that is the root task in the branch that should be updated. If not specified, the method updates all the tasks in the project.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.ViewInfo">
      <summary>
        <para>Provides access to view information about the control.</para>
      </summary>
      <value>A GanttControlViewInfo object that contains view information about the control.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.WorkWeek">
      <summary>
        <para>Provides access to a rule that specifies <see href="https://docs.devexpress.com/WindowsForms/401291/controls-and-libraries/gantt-control/workweek-schedule-and-exceptions">work hours for a workweek</see>.</para>
      </summary>
      <value>An object that specifies work hours for a workweek.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.ZoomIn">
      <summary>
        <para>Increases the time ruler scale.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControl.ZoomMode">
      <summary>
        <para>Gets or sets how the time ruler scale changes: smoothly or by predefined intervals (week, month, quarter, etc.).</para>
      </summary>
      <value>A GanttZoomMode enumeration value that specifies how the time ruler scale changes.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControl.ZoomOut">
      <summary>
        <para>Decreases the time ruler scale.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttControlAppearanceCollection">
      <summary>
        <para>Provides access to appearance settings applied to the control’s visual elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlAppearanceCollection.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new GanttControlAppearanceCollection object instance.</para>
      </summary>
      <param name="owner">A GanttControl to which this collection belongs.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.ChartHorzLine">
      <summary>
        <para>Provides access to chart horizontal line appearance settings.</para>
      </summary>
      <value>An AppearanceObject object that specifies chart horizontal line appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.ChartNonWorkTime">
      <summary>
        <para>Provides access to chart non-work time appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.ChartTimescaleRuler">
      <summary>
        <para>Provides access to timescale ruler appearance settings.</para>
      </summary>
      <value>An AppearanceObject object that specifies chart time ruler appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.ChartVertLine">
      <summary>
        <para>Provides access to chart vertical line appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.ChartWorkTime">
      <summary>
        <para>Provides access to chart work time appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.CriticalPathDependency">
      <summary>
        <para>Provides access to appearance settings for dependency lines in critical paths.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.CriticalPathTask">
      <summary>
        <para>Provides access to appearance settings for tasks in critical paths.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.Dependency">
      <summary>
        <para>Provides access to dependency line appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.Milestone">
      <summary>
        <para>Provides access to milestone appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.Splitter">
      <summary>
        <para>Provides access to splitter appearance settings.</para>
      </summary>
      <value>An AppearanceObject object that specifies splitter appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.SummaryTask">
      <summary>
        <para>Provides access to summary task appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.Task">
      <summary>
        <para>Provides access to task appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.TimelineBar">
      <summary>
        <para>Gets the appearance settings of timeline bars.</para>
      </summary>
      <value>An object that exposes appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.TimelineMilestone">
      <summary>
        <para>Gets the appearance settings of timeline milestones.</para>
      </summary>
      <value>An object that exposes appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.TimelineRuler">
      <summary>
        <para>Gets the appearance settings of the timeline ruler.</para>
      </summary>
      <value>An object that exposes appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.TimelineSummaryTask">
      <summary>
        <para>Gets the appearance settings of <see href="https://docs.devexpress.com/WindowsForms/401290/controls-and-libraries/gantt-control/tasks">summary tasks</see> displayed on the timeline.</para>
      </summary>
      <value>An object that exposes appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.TimelineTask">
      <summary>
        <para>Gets the appearance settings of <see href="https://docs.devexpress.com/WindowsForms/401290/controls-and-libraries/gantt-control/tasks">tasks</see> displayed on the timeline.</para>
      </summary>
      <value>An object that exposes appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlAppearanceCollection.TimelineTodayIndicator">
      <summary>
        <para>Gets the appearance settings of the Today indicator displayed on the timeline.</para>
      </summary>
      <value>An object that exposes appearance settings.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttControlHitInfo">
      <summary>
        <para>Represents information about the control’s visual elements under the hit point.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlHitInfo.#ctor">
      <summary>
        <para>Initializes a new GanttControlHitInfo class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.ChartHitTest">
      <summary>
        <para>Gets or sets information about the chart’s visual element under the hit point.</para>
      </summary>
      <value>A GanttSplitterHitTest object that contains information about the chart’s visual element under the hit point.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.InChart">
      <summary>
        <para>Gets whether the hit point belongs to the chart.</para>
      </summary>
      <value>true if the hit point belongs to the chart; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.InSplitter">
      <summary>
        <para>Gets whether the hit point belongs to the splitter.</para>
      </summary>
      <value>true if the hit point belongs to the splitter; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.InTimeline">
      <summary>
        <para>Gets whether the hit point belongs to the timeline.</para>
      </summary>
      <value>true if the hit point belongs to the timeline; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.InTimelineSplitter">
      <summary>
        <para>Gets whether the hit point belongs to the timeline splitter.</para>
      </summary>
      <value>true if the hit point belongs to the timeline splitter; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.InTreeList">
      <summary>
        <para>Gets whether the hit point belongs to the task list.</para>
      </summary>
      <value>true if the hit point belongs to the task list; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.SplitterHitTest">
      <summary>
        <para>Gets or sets information about the splitter’s visual element under the hit point.</para>
      </summary>
      <value>A GanttSplitterHitTest object that contains information about the splitter’s visual element under the hit point.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.TimelineHitTest">
      <summary>
        <para>Gets or sets information about the timeline’s visual element under the hit point.</para>
      </summary>
      <value>An object that contains information about the timeline’s visual element under the hit point.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.TimelineSplitterHitTest">
      <summary>
        <para>Gets or sets information about the timeline splitter’s visual element under the hit point.</para>
      </summary>
      <value>An object that contains information about the timeline splitter’s visual element under the hit point.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlHitInfo.TreeListHitTest">
      <summary>
        <para>Gets or sets information about the task list’s visual element under the hit point.</para>
      </summary>
      <value>A TreeListHitTest object that contains information about the task list’s visual element under the hit point.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttControlNode">
      <summary>
        <para>Specifies a node in a <see cref="T:DevExpress.XtraGantt.GanttControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.#ctor">
      <summary>
        <para>Initializes a new GanttControlNode class instance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.Assign(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Assigns the specified object’s property values to the current object’s corresponding properties.</para>
      </summary>
      <param name="node">The object whose property values to assign to the current object’s corresponding properties.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.FirstNode">
      <summary>
        <para>Gets the first child node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the first child node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.GanttControl">
      <summary>
        <para>Gets the control to which this node belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControl"/> object that specifies the control to which this node belongs.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetBaselineDuration">
      <summary>
        <para>Returns the task baseline duration.</para>
      </summary>
      <returns>A <see cref="T:System.TimeSpan"/> structure that specifies the task baseline duration.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetBaselineFinishDate">
      <summary>
        <para>Gets the task’s baseline finish date.</para>
      </summary>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s baseline finish date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetBaselineStartDate">
      <summary>
        <para>Gets the task’s baseline start date.</para>
      </summary>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s baseline start date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetDuration">
      <summary>
        <para>Returns the task’s duration.</para>
      </summary>
      <returns>A <see cref="T:System.TimeSpan"/> structure that specifies the task’s duration.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetFinishDate">
      <summary>
        <para>Returns the task’s finish date.</para>
      </summary>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s finish date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetPredecessorNodes">
      <summary>
        <para>Returns the node’s predecessors as <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</para>
      </summary>
      <returns>A collection of <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetPredecessors">
      <summary>
        <para>Returns keys (see <see cref="P:DevExpress.XtraGantt.TreeListMappings.KeyFieldName"/>) of the node’s predecessors.</para>
      </summary>
      <returns>An object that specifies keys of the task’s predecessors.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetProgress">
      <summary>
        <para>Returns the task’’s progress.</para>
      </summary>
      <returns>A <see cref="T:System.Single"/> value that specifies the task’’s progress.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetStartDate">
      <summary>
        <para>Returns the task’s start date.</para>
      </summary>
      <returns>A <see cref="T:System.DateTime"/> structure that specifies the task’s start date.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetSuccessorNodes">
      <summary>
        <para>Returns the node’s successors as <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</para>
      </summary>
      <returns>A collection of <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetSuccessors">
      <summary>
        <para>Returns keys (see <see cref="P:DevExpress.XtraGantt.TreeListMappings.KeyFieldName"/>) of the node’s successors. This method is only in effect if you use the <see cref="P:DevExpress.XtraGantt.GanttControl.DependencySource"/> property to specify dependencies.</para>
      </summary>
      <returns>An object that specifies keys of the task’s successors.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.GetText">
      <summary>
        <para>Returns the caption displayed next to the specified task (node) in the chart area.</para>
      </summary>
      <returns>A value that specifies a caption.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNode.HasAsParent(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns whether the specified node is a parent node.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the node to check if it is a parent node.</param>
      <returns>true if the specified node is a parent node; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.IsCritical">
      <summary>
        <para>Returns whether or not this task is critical.</para>
      </summary>
      <value>true if this task is critical; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.LastNode">
      <summary>
        <para>Gets the last child node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the last child node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.NextNode">
      <summary>
        <para>Returns the next node at the same level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the next node at the same level.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.NextVisibleNode">
      <summary>
        <para>Returns the next visible node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the next visible node. null (Nothing in Visual Basic) if the current node is the last visible node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.Nodes">
      <summary>
        <para>Provides access to a collection of child nodes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNodes"/> object that specifies the child node collection.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.ParentNode">
      <summary>
        <para>Gets the node that is the parent node for the current node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the parent node for the current node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.PrevNode">
      <summary>
        <para>Gets the previous node at the same level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the previous node at the same level.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.PrevVisibleNode">
      <summary>
        <para>Returns the previous visible node.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the previous visible node. null (Nothing in Visual Basic) if the current node is the first visible node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNode.RootNode">
      <summary>
        <para>Returns the parent node at the root level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the parent node at the root level.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttControlNodes">
      <summary>
        <para>Provides a collection of <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNodes.#ctor(DevExpress.XtraTreeList.TreeList,DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Initializes a new GanttControlNodes class instance.</para>
      </summary>
      <param name="treeList">A <see cref="T:DevExpress.XtraTreeList.TreeList"/> object that specifies the control to which this collection belongs.</param>
      <param name="parentNode">A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the parent node for nodes in this collection.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNodes.#ctor(DevExpress.XtraTreeList.TreeList)">
      <summary>
        <para>Initializes a new GanttControlNodes class instance.</para>
      </summary>
      <param name="treeList">A <see cref="T:DevExpress.XtraTreeList.TreeList"/> object that specifies the control to which this collection belongs.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNodes.Add(System.Object)">
      <summary>
        <para>Appends a new node to the end of the collection.</para>
      </summary>
      <param name="nodeData">An array of objects, or a <see cref="T:System.Data.DataRow"/> object that specifies node values.</param>
      <returns>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the appended node.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNodes.Add(System.Object[])">
      <summary>
        <para>Appends a new node to the end of the collection.</para>
      </summary>
      <param name="nodeData">An array of objects, or a comma-separated list of parameters, or a <see cref="T:System.Data.DataRow"/> object that specifies node values.</param>
      <returns>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the appended node.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNodes.FirstNode">
      <summary>
        <para>Gets the first element in the collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that is the first node in the collection. null (Nothing in Visual Basic) if the collection is empty.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNodes.GanttControl">
      <summary>
        <para>Gets the control to which this collection belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControl"/> object that specifies the control to which this collection belongs.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNodes.IndexOf(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Returns the index of the specified node in this collection.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the node whose index should be returned.</param>
      <returns>An integer value that specifies the index of the specified node in this collection.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNodes.Item(System.Int32)">
      <summary>
        <para>Gets the element at the specified index.</para>
      </summary>
      <param name="index">An integer value that specifies the index of the element.</param>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that is the node at the specified index.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNodes.LastNode">
      <summary>
        <para>Gets the last element in the collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that is the last node in the collection. null (Nothing in Visual Basic) if the collection is empty.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlNodes.ParentNode">
      <summary>
        <para>Gets the parent node for nodes in this collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the parent node for nodes in this collection.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlNodes.Remove(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Removes the specified node from the collection.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.XtraGantt.GanttControlNode"/> object that specifies the node that should be removed.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttControlOptionsMainTimeRuler">
      <summary>
        <para>Specifies the timescale’s bottom ruler settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlOptionsMainTimeRuler.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new GanttControlOptionsMainTimeRuler class instance. For internal use.</para>
      </summary>
      <param name="owner">A control to which the options belongs.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlOptionsMainTimeRuler.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Assigns the specified object’s property values to the current object’s corresponding properties.</para>
      </summary>
      <param name="options">The object whose property values to assign to the current object’s corresponding properties.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsMainTimeRuler.Count">
      <summary>
        <para>Gets or sets the number of measure units in a single division on the scale.</para>
      </summary>
      <value>A value that specifies the number of measure units in a single division on the scale. The value cannot be less than 1.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsMainTimeRuler.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the first day of the week within the time ruler.</para>
      </summary>
      <value>A <see cref="T:System.DayOfWeek"/> enumeration value that specifies the first day of the week.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsMainTimeRuler.MaxUnit">
      <summary>
        <para>Gets or sets the maximum time interval that corresponds to a single unit on the timescale.</para>
      </summary>
      <value>A value that specifies the maximum time interval that corresponds to a single unit on the timescale.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsMainTimeRuler.MinUnit">
      <summary>
        <para>Gets or sets the minimum time interval that corresponds to a single unit on the timescale.</para>
      </summary>
      <value>A value that specifies the minimum time interval that corresponds to a single unit on the timescale.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsMainTimeRuler.Unit">
      <summary>
        <para>Gets or sets the minimum time interval that corresponds to a single unit on the timescale.</para>
      </summary>
      <value>A value that specifies the minimum time interval that corresponds to a single unit on the timescale.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttControlOptionsSplitter">
      <summary>
        <para>Specifies splitter options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlOptionsSplitter.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new GanttControlOptionsSplitter class instance. For internal use.</para>
      </summary>
      <param name="ganttControl">A GanttControl object that specifes the control to which the options belongs.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsSplitter.AllowResize">
      <summary>
        <para>Gets or sets whether users can change the splitter position.</para>
      </summary>
      <value>true if users can change the splitter position; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsSplitter.FixedPanel">
      <summary>
        <para>Gets or sets whether the task list or chart width is fixed when the user resizes the control, or their widths change proportionally.</para>
      </summary>
      <value>A GanttFixedPanel enumeration value that specifies the area whose width is fixed.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsSplitter.OverlayResizeZoneThickness">
      <summary>
        <para>Gets or sets the splitter grip zone width.</para>
      </summary>
      <value>An integer value that specifies the splitter grip zone width.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsSplitter.PanelVisibility">
      <summary>
        <para>Gets or sets whether the task list, chart or both are visible.</para>
      </summary>
      <value>A GanttPanelVisibility enumeration value that specifies whether the task list, chart or both are visible.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsSplitter.SplitterThickness">
      <summary>
        <para>Gets or sets the splitter width.</para>
      </summary>
      <value>An integer value that specifies the splitter width.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttControlOptionsView">
      <summary>
        <para>Specifies view options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlOptionsView.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new GanttControlOptionsView class instance. For internal use.</para>
      </summary>
      <param name="gantt">A GanttControl object that specifies the control to which the options belong.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlOptionsView.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Assigns the specified object’s property values to the current object’s corresponding properties.</para>
      </summary>
      <param name="options">The object whose property values to assign to the current object’s corresponding properties.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsView.CriticalPathHighlightMode">
      <summary>
        <para>Gets or sets whether the control highlights single, multiple, or no critical paths.</para>
      </summary>
      <value>A value that specifies whether the control highlights single, multiple, or no critical paths.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsView.DependencyDisplayMode">
      <summary>
        <para>Gets or sets whether dependency lines are displayed behind the text or above it.</para>
      </summary>
      <value>A value that specifies whether dependency lines are displayed behind the text or above it.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsView.InteractionTooltipLocation">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/WindowsForms/401712/controls-and-libraries/gantt-control/interactive-editing#tooltips">interaction tooltips</see> are displayed and specifies their location.</para>
      </summary>
      <value>A value that specifies the tooltip location.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsView.ShowBaselines">
      <summary>
        <para>Gets or sets whether to show task baselines in the chart area.</para>
      </summary>
      <value>true to show task baselines in the chart area; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsView.ShowFirstLines">
      <summary>
        <para>Gets or sets whether the control displays the nearest (leftmost) vertical gridlines in the column that displays the node expand buttons.</para>
      </summary>
      <value>true to display the nearest vertical gridlines; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsView.ShowHorzLines">
      <summary>
        <para>Gets or sets whether to show horizontal lines in the task list.</para>
      </summary>
      <value>true if the horizontal lines are shown; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlOptionsView.ShowIndicator">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WindowsForms/1069/controls-and-libraries/tree-list/visual-elements/node-indicator-panel">node indicator panel</see> is displayed in the task list.</para>
      </summary>
      <value>true if the node indicator panel is displayed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection">
      <summary>
        <para>Provides access to appearance settings applied when the control is printed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection"/> class with specified settings.</para>
      </summary>
      <param name="owner">The control to which the options being created belong.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.ChartHorzLine">
      <summary>
        <para>Provides access to chart horizontal line appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.ChartNonWorkTime">
      <summary>
        <para>Provides access to non-work time appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.ChartTimescaleRuler">
      <summary>
        <para>Provides access to timescale ruler appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.ChartVertLine">
      <summary>
        <para>Provides access to chart vertical line appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.ChartWorkTime">
      <summary>
        <para>Provides access to work time appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.CriticalPathDependency">
      <summary>
        <para>Gets appearance settings used to draw dependency arrows in critical paths.</para>
      </summary>
      <value>An object that specifies appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.CriticalPathTask">
      <summary>
        <para>Gets appearance settings used to draw tasks in critical paths.</para>
      </summary>
      <value>An object that specifies appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.Dependency">
      <summary>
        <para>Provides access to dependency line appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.Legend">
      <summary>
        <para>Provides access to legend appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.LegendItem">
      <summary>
        <para>Provides access to legend item appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.Milestone">
      <summary>
        <para>Provides access to milestone appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.PageInfo">
      <summary>
        <para>Provides access to page information appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.PageInfoCaption">
      <summary>
        <para>Provides access to appearance settings applied to the caption displayed in the page footer.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.SummaryTask">
      <summary>
        <para>Provides access to summary task appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttControlPrintAppearanceCollection.Task">
      <summary>
        <para>Provides access to task appearance settings.</para>
      </summary>
      <value>An object that contains appearance settings.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttDependencyMappings">
      <summary>
        <para>Provides access to options specified based on data source field names (dependency type, time lag, predecessor and successor tasks).</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttDependencyMappings.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.GanttDependencyMappings"/> class with specified settings.</para>
      </summary>
      <param name="ganttControl">A control to which the options belong.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttDependencyMappings.DataMember">
      <summary>
        <para>Gets or sets the name of a table in the data source that contains task dependencies.</para>
      </summary>
      <value>A value that specifies a table name.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttDependencyMappings.DataSource">
      <summary>
        <para>Gets or sets the data source that contains information about dependencies between tasks.</para>
      </summary>
      <value>An object that specifies a data source.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttDependencyMappings.LagFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:System.TimeSpan"/> type) that specifies a task’s time delay relative to its predecessor.</para>
      </summary>
      <value>The data source field that specifies a task’s time delay relative to its predecessor.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttDependencyMappings.PredecessorFieldName">
      <summary>
        <para>Gets or sets the data source field that specifies a task’s predecessor. Use a task’s key to specify the predecessor.</para>
      </summary>
      <value>The data source field that specifies a task’s predecessor.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttDependencyMappings.SuccessorFieldName">
      <summary>
        <para>Gets or sets the data source field that specifies a task’s successor. Use a task’s key to specify the successor.</para>
      </summary>
      <value>The data source field that specifies a task’s successor.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttDependencyMappings.TypeFieldName">
      <summary>
        <para>Gets or sets the data source field (of the <see cref="T:DevExpress.XtraGantt.DependencyType"/> or  type) that specifies a task’s dependency type.</para>
      </summary>
      <value>The data source field that specifies a task’s dependency type.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttFixedPanel">
      <summary>
        <para>Enumerates modes that specify whether the task list or chart width is fixed when the user resizes the control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttFixedPanel.Chart">
      <summary>
        <para>The chart width is fixed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttFixedPanel.Default">
      <summary>
        <para>The mode is not specified explicitly. Enables the None mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttFixedPanel.None">
      <summary>
        <para>None width is fixed. The task list and diagram change their widths proportionally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttFixedPanel.Tree">
      <summary>
        <para>The task list width is fixed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttPanelVisibility">
      <summary>
        <para>Enumerates modes that specify whether the task list, chart, or both are visible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttPanelVisibility.Both">
      <summary>
        <para>The task list and chart are visible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttPanelVisibility.Chart">
      <summary>
        <para>The chart is visible. The task list is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttPanelVisibility.Default">
      <summary>
        <para>The mode is not specified explicitly. Enables the Both mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttPanelVisibility.Tree">
      <summary>
        <para>The task list is visible. The chart is hidden.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttTaskPopupMenuShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskPopupMenuShowing"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttTaskPopupMenuShowingEventArgs.#ctor(DevExpress.XtraGantt.Chart.Item.Task.GanttChartTaskInfo,DevExpress.XtraGantt.Handler.GanttPopupMenu)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.GanttTaskPopupMenuShowingEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="taskInfo">An object that contains view information about the task.</param>
      <param name="popupMenu">An object that specifies the context menu.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTaskPopupMenuShowingEventArgs.Info">
      <summary>
        <para>Provides access to view information about the task.</para>
      </summary>
      <value>An object that contains information about the task.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTaskPopupMenuShowingEventArgs.Items">
      <summary>
        <para>Provides access to menu items.</para>
      </summary>
      <value>An object that specifies the collection that contains menu items.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTaskPopupMenuShowingEventArgs.Node">
      <summary>
        <para>Gets the node in the tree area for which the menu is about to be shown.</para>
      </summary>
      <value>An object that specifies the node for which the menu is about to be shown.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttTaskPopupMenuShowingEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskPopupMenuShowing"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttTaskToolTipShowingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskToolTipShowing">GanttControl.TaskToolTipShowing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttTaskToolTipShowingEventArgs.#ctor(DevExpress.XtraGantt.Chart.Item.Task.GanttChartTaskInfo)">
      <summary>
        <para>Initializes a new GanttTaskToolTipShowingEventArgs class instance. For internal use.</para>
      </summary>
      <param name="taskInfo">An object that contains view information about the task.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTaskToolTipShowingEventArgs.Info">
      <summary>
        <para>Provides view information about the processed task.</para>
      </summary>
      <value>An object that contains view information about the processed task.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTaskToolTipShowingEventArgs.Node">
      <summary>
        <para>Gets the processed node.</para>
      </summary>
      <value>An object that specifies the processed node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTaskToolTipShowingEventArgs.SuperTip">
      <summary>
        <para>Gets or sets the super tooltip.</para>
      </summary>
      <value>An object that specifies the super tooltip.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTaskToolTipShowingEventArgs.Text">
      <summary>
        <para>Gets or sets the text for the regular tooltip.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the regular tooltip’s text.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttTaskToolTipShowingEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskToolTipShowing"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttTimelineTaskToolTipShowingEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TimelineTaskToolTipShowing"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.GanttTimelineTaskToolTipShowingEventArgs.#ctor(DevExpress.XtraGantt.TimeLine.GanttTimelineItemInfo)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.GanttTimelineTaskToolTipShowingEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="taskInfo">An object that contains view information about the task. This value is assigned to the <see cref="P:DevExpress.XtraGantt.GanttTimelineTaskToolTipShowingEventArgs.Task"/> property.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTimelineTaskToolTipShowingEventArgs.Node">
      <summary>
        <para>Gets the node that corresponds to the task displayed on the timeline.</para>
      </summary>
      <value>The node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTimelineTaskToolTipShowingEventArgs.SuperTip">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/WindowsForms/2398/common-features/tooltips#super-tooltips">super tooltip</see> for a task displayed on the timeline.</para>
      </summary>
      <value>The super tooltip.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTimelineTaskToolTipShowingEventArgs.Task">
      <summary>
        <para>Gets view information about the task displayed on the timeline.</para>
      </summary>
      <value>An object that contains view information about the task.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.GanttTimelineTaskToolTipShowingEventArgs.Text">
      <summary>
        <para>Gets or sets a regular tooltip for a task displayed on the timeline.</para>
      </summary>
      <value>The text displayed in a tooltip.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttTimescaleUnit">
      <summary>
        <para>Enumerates values that specify time intervals that correspond to a single unit on the time scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.Day">
      <summary>
        <para>A single unit corresponds to a day.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.HalfYear">
      <summary>
        <para>A single unit corresponds to a half of the year.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.Hour">
      <summary>
        <para>A single unit corresponds to an hour.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.Millisecond">
      <summary>
        <para>A single unit corresponds to a millisecond.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.Minute">
      <summary>
        <para>A single unit corresponds to a minute.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.Month">
      <summary>
        <para>A single unit corresponds to a month.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.Quarter">
      <summary>
        <para>A single unit corresponds to a quarter of the year.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.Second">
      <summary>
        <para>A single unit corresponds to a second.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.Week">
      <summary>
        <para>A single unit corresponds to a week.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttTimescaleUnit.Year">
      <summary>
        <para>A single unit corresponds to a year.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.GanttZoomMode">
      <summary>
        <para>Enumerates values that specify how the scale changes when a user scrolls the mouse wheel.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttZoomMode.Default">
      <summary>
        <para>The actual mode is not explicitly specified. Enables the Smooth mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttZoomMode.FixedIntervals">
      <summary>
        <para>Switches to the next measure unit (week, month, quarter, etc.) by each wheel step.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.GanttZoomMode.Smooth">
      <summary>
        <para>First decreases the size of a single division to a certain limit and then switches to the next measure unit (week, month, quarter, etc.).</para>
      </summary>
    </member>
    <member name="N:DevExpress.XtraGantt.Localization">
      <summary>
        <para>Contains types related to the <see href="https://docs.devexpress.com/WindowsForms/401173/controls-and-libraries/gantt-control/gantt-control">Gantt control</see> localization.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Localization.GanttLocalizer">
      <summary>
        <para>Provides captions and date-time formats for the <see cref="T:DevExpress.XtraGantt.GanttControl"/>. Allows you to provide custom caption and date-time formats.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Localization.GanttLocalizer.#ctor">
      <summary>
        <para>Initializes a new GanttLocalizer class instance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Localization.GanttLocalizer.Active">
      <summary>
        <para>Gets or sets an object used to localize the user interface. This is a static (Shared in VB) property.</para>
      </summary>
      <value>An object that is used to localize the user interface.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.Localization.GanttLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns an object that provides resources based on the regional settings (culture). For internal use.</para>
      </summary>
      <returns>An object that provides resources based on the regional settings (culture).</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.Localization.GanttLocalizer.GetString(DevExpress.XtraGantt.Localization.GanttStringId)">
      <summary>
        <para>Returns a caption or a date-time format for the specified visual element.</para>
      </summary>
      <param name="id">A value that specifies a visual element for which to return a caption or date-time format.</param>
      <returns>A <see cref="T:System.String"/> value that specifies a caption or date-time format.</returns>
    </member>
    <member name="T:DevExpress.XtraGantt.Localization.GanttStringId">
      <summary>
        <para>Enumerates captions and date-time formats for the <see cref="T:DevExpress.XtraGantt.GanttControl"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.BothPanelsVisibilityCaption">
      <summary>
        <para>“Both”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.BothPanelsVisibilityDescription">
      <summary>
        <para>“Set Both Panels Visible”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChangeAllowResizeCaption">
      <summary>
        <para>“Allow Resize”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChangeAllowResizeDescription">
      <summary>
        <para>“Change Allow Resize”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChartFixedPanelCaption">
      <summary>
        <para>“Chart”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChartFixedPanelDescription">
      <summary>
        <para>“Set Chart Fixed Panel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChartPanelVisibilityCaption">
      <summary>
        <para>“Chart”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChartPanelVisibilityDescription">
      <summary>
        <para>“Set Chart Panel Visible”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChartToolsRibbonPageCategoryCaption">
      <summary>
        <para>“Gantt Chart Tools”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChooseFixedPanelCaption">
      <summary>
        <para>“Fixed Panel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChooseFixedPanelDescription">
      <summary>
        <para>“Choose Fixed Panel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChoosePanelVisibilityCaption">
      <summary>
        <para>“Panel Visibility”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ChoosePanelVisibilityDescription">
      <summary>
        <para>“Choose Visible Panels”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ColumnsRibbonPageGroupCaption">
      <summary>
        <para>“Columns”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.DayFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.DefaultFixedPanelCaption">
      <summary>
        <para>“Default”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.DefaultFixedPanelDescription">
      <summary>
        <para>“Set Default Fixed Panel State”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.DefaultPanelVisibilityCaption">
      <summary>
        <para>“Default”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.DefaultPanelVisibilityDescription">
      <summary>
        <para>“Set Default Panel Visibility State”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.FormatRibbonPageCaption">
      <summary>
        <para>“Format”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.HalfYearFormat">
      <summary>
        <para>“H{0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.HourFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.InteractionTooltipFinishCaption">
      <summary>
        <para>TASK FINISH</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.InteractionTooltipPredecessorCaption">
      <summary>
        <para>PREDECESSOR</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.InteractionTooltipProgressCaption">
      <summary>
        <para>PROGRESS</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.InteractionTooltipStartCaption">
      <summary>
        <para>TASK START</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.InteractionTooltipSuccessorCaption">
      <summary>
        <para>SUCCESSOR</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.LongDayFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.LongHalfYearFormat">
      <summary>
        <para>“Half {0}, {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.LongHourFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.LongMillisecondFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.LongMinuteFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.LongMonthFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.LongQuarterFormat">
      <summary>
        <para>“Qtr {0}, {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.LongSecondFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.MillisecondFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.MinuteFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.MonthFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.MonthYearFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.NoneFixedPanelCaption">
      <summary>
        <para>“None”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.NoneFixedPanelDescription">
      <summary>
        <para>“Set None Fixed Panels”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendCriticalSplitItemCaption">
      <summary>
        <para>“Critical Split”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendCriticalTaskItemCaption">
      <summary>
        <para>“Critical”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendMilestoneBaselineItemCaption">
      <summary>
        <para>“Milestone Baseline”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendMilestoneItemCaption">
      <summary>
        <para>“Milestone”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendProgressItemCaption">
      <summary>
        <para>“Progress”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendSplitItemCaption">
      <summary>
        <para>“Split”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendSummaryTaskBaselineItemCaption">
      <summary>
        <para>“Summary Baseline”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendSummaryTaskItemCaption">
      <summary>
        <para>“Summary Task”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendTaskBaselineItemCaption">
      <summary>
        <para>“Baseline”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintLegendTaskItemCaption">
      <summary>
        <para>“Task”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewBestFit">
      <summary>
        <para>“Best Fit”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewClosePreviewButton">
      <summary>
        <para>“Close”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewGroupClose">
      <summary>
        <para>“Close”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewGroupPrint">
      <summary>
        <para>“Print”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewGroupZoom">
      <summary>
        <para>“Zoom”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewInfoLabel">
      <summary>
        <para>“Nothing”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewPageSetupButton">
      <summary>
        <para>“Page Setup”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewPrintButton">
      <summary>
        <para>“Print”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewPrintQuickButton">
      <summary>
        <para>“Print Quick”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewStopOperationButton">
      <summary>
        <para>“Stop”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewZoom">
      <summary>
        <para>“Zoom”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewZoomInButton">
      <summary>
        <para>“Zoom In”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.PrintPreviewZoomOutButton">
      <summary>
        <para>“Zoom Out”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.QuarterFormat">
      <summary>
        <para>“Q{0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ScheduleRibbonPageGroupCaption">
      <summary>
        <para>“Schedule”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.SecondFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ShortMonthFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ShowHorzLinesCaption">
      <summary>
        <para>“Show Horizontal Lines”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ShowHorzLinesDescription">
      <summary>
        <para>“Show Horizontal Lines”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.SplitViewRibbonPageGroupCaption">
      <summary>
        <para>“Split View”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TaskRibbonPageCaption">
      <summary>
        <para>“Task”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineBarEmptyText">
      <summary>
        <para>Returns “Add tasks with dates to the timeline”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineBarRangeAlert">
      <summary>
        <para>Returns “Start date must be less than finish date”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineBarRangeCancel">
      <summary>
        <para>Returns “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineBarRangeCustom">
      <summary>
        <para>Returns “Set custom dates”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineBarRangeFinish">
      <summary>
        <para>Returns “Finish”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineBarRangeFormCaption">
      <summary>
        <para>Returns “Set Timeline dates”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineBarRangeFromProject">
      <summary>
        <para>Returns “Derive start and finish dates from tasks”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineBarRangeOK">
      <summary>
        <para>Returns “OK”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineBarRangeStart">
      <summary>
        <para>Returns “Start”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineMenuAddBar">
      <summary>
        <para>Returns “Add Timeline”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineMenuAddButtonText">
      <summary>
        <para>Returns “Add to timeline”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineMenuBarDateRange">
      <summary>
        <para>Returns “Date range”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineMenuGotoButtonText">
      <summary>
        <para>Returns “Go to Selected Task”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineMenuRemoveBar">
      <summary>
        <para>Returns “Remove Timeline”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TimelineMenuRemoveButtonText">
      <summary>
        <para>Returns “Remove from timeline”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TreeFixedPanelCaption">
      <summary>
        <para>“Tree”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TreeFixedPanelDescription">
      <summary>
        <para>“Set Tree Fixed Panel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TreePanelVisibilityCaption">
      <summary>
        <para>“Tree”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.TreePanelVisibilityDescription">
      <summary>
        <para>“Set Tree Panel Visibile”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.ViewRibbonPageCaption">
      <summary>
        <para>“View”</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Localization.GanttStringId.YearFormat">
      <summary>
        <para>Not specified.</para>
      </summary>
    </member>
    <member name="N:DevExpress.XtraGantt.Options">
      <summary>
        <para>Contains types that specify options applied to  <see cref="T:DevExpress.XtraGantt.GanttControl"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Options.ConstraintMode">
      <summary>
        <para>Enumerates values that specify whether the control automatically applies a <see href="https://docs.devexpress.com/WindowsForms/403013/controls-and-libraries/gantt-control/task-constraints">constraint</see> to a task when a user changes a task’s start or finish date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Options.ConstraintMode.Auto">
      <summary>
        <para>The control automatically applies the Start No Earlier Than <see href="https://docs.devexpress.com/WindowsForms/403013/controls-and-libraries/gantt-control/task-constraints">constraint</see> to a task if you change its start date and the Finish No Earlier Than constraint if you change its finish date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Options.ConstraintMode.Default">
      <summary>
        <para>The mode is not specified explicitly. Enables <see cref="F:DevExpress.XtraGantt.Options.ConstraintMode.Auto"/> mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Options.ConstraintMode.Manual">
      <summary>
        <para>The control does not automatically apply a constraint if you change a task’s start or finish date.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior">
      <summary>
        <para>Contains options that specify a <see cref="T:DevExpress.XtraGantt.GanttControl"/>‘s behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior"/> class with specified settings.</para>
      </summary>
      <param name="gantt">The control whose behavior the <see cref="T:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior"/> object being created specifies.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior.AllowSplitTasks">
      <summary>
        <para>Gets or sets whether the control automatically splits tasks and whether users can manually split tasks.</para>
      </summary>
      <value><see cref="F:DevExpress.Utils.DefaultBoolean.Default"/> or <see cref="F:DevExpress.Utils.DefaultBoolean.True"/> if the control splits tasks; otherwise, <see cref="F:DevExpress.Utils.DefaultBoolean.False"/>.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior.ConstraintMode">
      <summary>
        <para>Gets or sets whether the control automatically applies the Start No Earlier Than <see href="https://docs.devexpress.com/WindowsForms/403013/controls-and-libraries/gantt-control/task-constraints">constraint</see> to a task if you change its start date and the Finish No Earlier Than constraint if you change its finish date.</para>
      </summary>
      <value><see cref="F:DevExpress.XtraGantt.Options.ConstraintMode.Default"/> or <see cref="F:DevExpress.XtraGantt.Options.ConstraintMode.Auto"/> if the control automatically applies constraints to tasks; otherwise, <see cref="F:DevExpress.XtraGantt.Options.ConstraintMode.Manual"/>.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior.LegacyScheduleMode">
      <summary>
        <para>Gets or sets whether the control reschedules the task being modified with respect to the workweek schedule.</para>
      </summary>
      <value>true if the control reschedules tasks with respect to the workweek schedule; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior.ScheduleMode">
      <summary>
        <para>Gets or sets whether the control automatically reschedules all dependent tasks when a user modifies a particular task. <see cref="F:DevExpress.XtraGantt.Options.ScheduleMode.Default"/> is equivalent to <see cref="F:DevExpress.XtraGantt.Options.ScheduleMode.Auto"/>.</para>
      </summary>
      <value>A value that specifies whether the control automatically updates tasks.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior.TaskDateChangeMode">
      <summary>
        <para>Gets or sets whether the control shifts a task or extends/reduces its duration when a user changes the task’s start or finish date.</para>
      </summary>
      <value>A value that specifies whether the control shifts a task or extends/reduces its duration when a user changes the task’s start or finish date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsBehavior.UpdateDependentTaskProgress">
      <summary>
        <para>Gets or sets whether the control updates the progress of dependent tasks (summaries and sub-tasks) when a user modifies a task’s progress.</para>
      </summary>
      <value>true to update the progress of dependent tasks when changes are made; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Options.GanttControlOptionsCustomization">
      <summary>
        <para>Contains options that specify what users can customize in a <see cref="T:DevExpress.XtraGantt.GanttControl"/>‘s chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Options.GanttControlOptionsCustomization.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.Options.GanttControlOptionsCustomization"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsCustomization.AllowModifyDependencies">
      <summary>
        <para>Gets or sets whether users can modify dependencies between tasks in the chart: change a predecessor or successor of a task, create new dependencies.</para>
      </summary>
      <value><see cref="F:DevExpress.Utils.DefaultBoolean.True"/>, if users can modify dependencies; otherwise, <see cref="F:DevExpress.Utils.DefaultBoolean.Default"/> or <see cref="F:DevExpress.Utils.DefaultBoolean.False"/>.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsCustomization.AllowModifyProgress">
      <summary>
        <para>Gets or sets whether users can modify a task’s progress in the chart.</para>
      </summary>
      <value><see cref="F:DevExpress.Utils.DefaultBoolean.True"/>, if users can modify a task’s progress; otherwise, <see cref="F:DevExpress.Utils.DefaultBoolean.Default"/> or <see cref="F:DevExpress.Utils.DefaultBoolean.False"/>.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsCustomization.AllowModifyTasks">
      <summary>
        <para>Gets or sets whether users can modify a task’s start and finish dates in the chart: resize its bounds or move it to a new time slot.</para>
      </summary>
      <value><see cref="F:DevExpress.Utils.DefaultBoolean.True"/>, if users can modify a task’s start and finish dates; otherwise, <see cref="F:DevExpress.Utils.DefaultBoolean.Default"/> or <see cref="F:DevExpress.Utils.DefaultBoolean.False"/>.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Options.GanttControlOptionsPrint">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/WindowsForms/401786/controls-and-libraries/gantt-control/print-export">print</see> options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Options.GanttControlOptionsPrint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.Options.GanttControlOptionsPrint"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Options.GanttControlOptionsPrint.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Assigns the specified object’s property values to the current object’s corresponding properties.</para>
      </summary>
      <param name="options">The object whose property values to assign to the current object’s corresponding properties.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsPrint.ChartFinishDate">
      <summary>
        <para>Gets or sets the last date in the chart area.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsPrint.ChartStartDate">
      <summary>
        <para>Gets or sets the first date in the chart area.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsPrint.PageInfoCaption">
      <summary>
        <para>Gets or sets a custom caption displayed in page footers.</para>
      </summary>
      <value>A string value that specifies a custom caption.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsPrint.PageInfoFormat">
      <summary>
        <para>Gets or sets the format used to display information in the page footer.</para>
      </summary>
      <value>A string value that specifies a format.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsPrint.PageInfoType">
      <summary>
        <para>Gets or sets the type of information displayed in the page footer.</para>
      </summary>
      <value>A value that specifies the type of information.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsPrint.PrintLegend">
      <summary>
        <para>Gets or sets whether to display the chart legend.</para>
      </summary>
      <value><see cref="F:DevExpress.Utils.DefaultBoolean.True"/> if the legend is displayed; otherwise, <see cref="F:DevExpress.Utils.DefaultBoolean.Default"/> or <see cref="F:DevExpress.Utils.DefaultBoolean.False"/>.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.Options.GanttControlOptionsPrint.PrintPageInfo">
      <summary>
        <para>Gets or sets whether to print information in the page footer.</para>
      </summary>
      <value><see cref="F:DevExpress.Utils.DefaultBoolean.True"/> if page information is displayed; otherwise, <see cref="F:DevExpress.Utils.DefaultBoolean.Default"/> or <see cref="F:DevExpress.Utils.DefaultBoolean.False"/>.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Options.ScheduleMode">
      <summary>
        <para>Enumerates values that specify whether the control automatically reschedules all successor tasks when a user moves a particular task to a new time slot.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Options.ScheduleMode.Auto">
      <summary>
        <para>When a user modifies a task, the control automatically reschedules the processed task and all dependent tasks.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Options.ScheduleMode.Default">
      <summary>
        <para>The mode is not specified explicitly. Enables <see cref="F:DevExpress.XtraGantt.Options.ScheduleMode.Auto"/> mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Options.ScheduleMode.Manual">
      <summary>
        <para>When a user modifies a task, the control does not reschedule the processed task and dependent tasks.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Options.TaskDateChangeMode">
      <summary>
        <para>Enumerates values that specify whether the control shifts a task or extends/reduces its duration when a user changes the task’s start or finish date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Options.TaskDateChangeMode.Default">
      <summary>
        <para>The mode is not specified explicitly. Enables MoveTask mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Options.TaskDateChangeMode.MoveTask">
      <summary>
        <para>The control shifts a task when a user changes the task’s start or finish date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Options.TaskDateChangeMode.UpdateDuration">
      <summary>
        <para>The control extends/reduces a task’s duration when a user changes the task’s start or finish date.</para>
      </summary>
    </member>
    <member name="N:DevExpress.XtraGantt.Printing">
      <summary>
        <para>Contains types related to the <see href="https://docs.devexpress.com/WindowsForms/401786/controls-and-libraries/gantt-control/print-export">print engine</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Printing.CustomPrintTaskDependencyEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomPrintTaskDependency"/> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Printing.CustomPrintTaskDependencyEventHandler">
      <summary>
        <para>A reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomPrintTaskDependency"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.Printing.CustomPrintTaskEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomPrintTask"/> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Printing.CustomPrintTaskEventHandler">
      <summary>
        <para>A reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomPrintTask"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.Printing.CustomPrintTimescaleColumnEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomPrintTimescaleColumn"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.Printing.CustomPrintTimescaleColumnEventArgs.PrintArea">
      <summary>
        <para>Gets whether the print engine processes the timescale column’s header or chart area.</para>
      </summary>
      <value>A value that specifies the processed area.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Printing.CustomPrintTimescaleColumnEventHandler">
      <summary>
        <para>A reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.CustomPrintTimescaleColumn"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.Printing.TimescaleColumnPrintArea">
      <summary>
        <para>Enumerates values that specify a timescale column’s areas.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Printing.TimescaleColumnPrintArea.Chart">
      <summary>
        <para>The timescale column’s chart area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Printing.TimescaleColumnPrintArea.Header">
      <summary>
        <para>The timescale column’s header.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.RequestTimescaleRulersEventArgs">
      <summary>
        <para>Contains data for the <see cref="E:DevExpress.XtraGantt.GanttControl.RequestTimescaleRulers">GanttControl.RequestTimescaleRulers</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.RequestTimescaleRulersEventArgs.#ctor(DevExpress.XtraGantt.ViewInfo.GanttChartViewInfo)">
      <summary>
        <para>Initializes a new RequestTimescaleRulersEventArgs class instance. For internal use.</para>
      </summary>
      <param name="chartInfo">An object that contains view information about the chart.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.RequestTimescaleRulersEventArgs.GetTimescaleUnitWidth(DevExpress.XtraGantt.GanttTimescaleUnit)">
      <summary>
        <para>Returns the width of the specified measure unit on the timescale.</para>
      </summary>
      <param name="unit">A value that specifies the timescale measure unit.</param>
      <returns>A value that specifies the width of the specified measure unit on the timescale.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.RequestTimescaleRulersEventArgs.TimescaleRulers">
      <summary>
        <para>Provides access to the chart’s timescale rulers.</para>
      </summary>
      <value>An object that contains timescale rulers.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.RequestTimescaleRulersEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.RequestTimescaleRulers"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="N:DevExpress.XtraGantt.Scheduling">
      <summary>
        <para>Contains types that specify a workweek schedule in the <see href="https://docs.devexpress.com/WindowsForms/401173/controls-and-libraries/gantt-control/gantt-control">Gantt control</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Scheduling.Month">
      <summary>
        <para>Enumerates months.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.April">
      <summary>
        <para>April</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.August">
      <summary>
        <para>August</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.December">
      <summary>
        <para>December</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.February">
      <summary>
        <para>February</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.January">
      <summary>
        <para>January</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.July">
      <summary>
        <para>July</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.June">
      <summary>
        <para>June</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.March">
      <summary>
        <para>March</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.May">
      <summary>
        <para>May</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.November">
      <summary>
        <para>November</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.October">
      <summary>
        <para>October</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.Month.September">
      <summary>
        <para>September</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Scheduling.WeekOfMonth">
      <summary>
        <para>Enumerates week numbers in a month.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.WeekOfMonth.First">
      <summary>
        <para>The first week.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.WeekOfMonth.Forth">
      <summary>
        <para>The forth week.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.WeekOfMonth.Last">
      <summary>
        <para>The last week.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.WeekOfMonth.Second">
      <summary>
        <para>The second week.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.Scheduling.WeekOfMonth.Third">
      <summary>
        <para>The third week.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.Scheduling.WorkTime">
      <summary>
        <para>Represents a single time interval in a day’s schedule (for example, 9:00 to 12:00).</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Scheduling.WorkTime.#ctor(System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new WorkTime class instance.</para>
      </summary>
      <param name="fromHours">An <see cref="T:System.Int64"/> value that specifies the start time, in ticks, of the interval.</param>
      <param name="toHours">An <see cref="T:System.Int64"/> value that specifies the end time, in ticks, of the interval.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.Scheduling.WorkTime.#ctor(System.TimeSpan,System.TimeSpan)">
      <summary>
        <para>Initializes a new WorkTime class instance.</para>
      </summary>
      <param name="fromTime">A <see cref="T:System.TimeSpan"/> structure that specifies the start time of the interval.</param>
      <param name="toTime">An <see cref="T:System.Int64"/> value that specifies the end time of the interval.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.Scheduling.WorkTime.Duration">
      <summary>
        <para>Gets the duration of the work time interval.</para>
      </summary>
      <value>An <see cref="T:System.Int64"/> value that specifies the duration of the work time interval.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.Scheduling.WorkTime.Equals(DevExpress.XtraGantt.Scheduling.WorkTime)">
      <summary>
        <para>Returns whether the objects specify the same time interval.</para>
      </summary>
      <param name="other">An object that specifies a time interval.</param>
      <returns>true if the objects specify the same interval; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.Scheduling.WorkTime.FromTime">
      <summary>
        <para>Gets the start time of the interval.</para>
      </summary>
      <value>An <see cref="T:System.Int64"/> value that specifies the start time, in ticks, of the interval.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.Scheduling.WorkTime.Includes(System.TimeSpan)">
      <summary>
        <para>Returns whether the interval includes the specified time.</para>
      </summary>
      <param name="time">A <see cref="T:System.TimeSpan"/> structure that specifies the time to check whether the interval includes it.</param>
      <returns>true if whether the time interval includes specified time; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.Scheduling.WorkTime.ToTime">
      <summary>
        <para>Gets the end time of the interval.</para>
      </summary>
      <value>An <see cref="T:System.Int64"/> value that specifies the end time, in ticks, of the interval.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.Scheduling.WorkTimeCollection">
      <summary>
        <para>Represents a collection of WortTime objects that specify a day’s schedule (for example, 9:00 to 12:00 and 13:00 to 18:00).</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Scheduling.WorkTimeCollection.#ctor">
      <summary>
        <para>Initializes a new WorkTimeCollection class instance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.Scheduling.WorkTimeCollection.Add(System.TimeSpan,System.TimeSpan)">
      <summary>
        <para>Adds a time interval with the specified start and end time to the collection.</para>
      </summary>
      <param name="fromTime">A <see cref="T:System.TimeSpan"/> structure that specifies the start time of the interval.</param>
      <param name="toTime">A <see cref="T:System.TimeSpan"/> structure that specifies the end time of the interval.</param>
      <returns>An object that represents a time interval with the specified start and end time.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.Scheduling.WorkTimeCollection.IsNonWorkDay">
      <summary>
        <para>Gets whether this collection is empty.</para>
      </summary>
      <value>true if the collection is empty; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.SplitTaskMappings">
      <summary>
        <para>Specifies names of data source fields that contain information about task splits.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.SplitTaskMappings.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.SplitTaskMappings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.SplitTaskMappings.DataMember">
      <summary>
        <para>Gets or sets a specific table in a data source that contains information about split tasks.</para>
      </summary>
      <value>A string value that specifies a table in a data source.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.SplitTaskMappings.DurationFieldName">
      <summary>
        <para>Gets or sets the name of the field (of the <see cref="T:System.TimeSpan"/> type) that contains a task split’s duration (only work hours).</para>
      </summary>
      <value>The name of the field that contains a task split’s duration.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.SplitTaskMappings.KeyFieldName">
      <summary>
        <para>Gets or sets the name of the field that contains a task’s identifier.</para>
      </summary>
      <value>The name of the field that contains a task’s identifier.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.SplitTaskMappings.StartDateFieldName">
      <summary>
        <para>Gets or sets the name of the field (of the <see cref="T:System.DateTime"/> type) that contains a task split’s start date.</para>
      </summary>
      <value>The name of the field that contains a task split’s start date.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.SplitterPositionChangingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.SplitterPositionChanging"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.SplitterPositionChangingEventArgs.#ctor(System.Int32,System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new SplitterPositionChangingEventArgs object instance. For internal use.</para>
      </summary>
      <param name="oldValue">An integer value that specifies the current position.</param>
      <param name="newValue">An integer value that specifies the position that is about to be set.</param>
      <param name="cancel">true to cancel the action; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.SplitterPositionChangingEventArgs.#ctor(System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new SplitterPositionChangingEventArgs object instance. For internal use.</para>
      </summary>
      <param name="oldValue">An integer value that specifies the current position.</param>
      <param name="newValue">An integer value that specifies the position that is about to be set.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.SplitterPositionChangingEventArgs.NewValue">
      <summary>
        <para>Gets the position that is about to be set.</para>
      </summary>
      <value>An object that specifies the position that is about to be set.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.SplitterPositionChangingEventArgs.OldValue">
      <summary>
        <para>Gets the current position.</para>
      </summary>
      <value>An integer value that specifies the splitter’s current position.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.SplitterPositionChangingEventHandler">
      <summary>
        <para>Represents a reference to a method that handles the <see cref="E:DevExpress.XtraGantt.GanttControl.SplitterPositionChanging"/> event.</para>
      </summary>
      <param name="sender">The object that raised the event.</param>
      <param name="e">An object that contains event arguments.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskDependencyModificationCancelEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskDependencyModification"/> and <see cref="E:DevExpress.XtraGantt.GanttControl.TaskDependencyModificationCompleted"/> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationCancelEventArgs.Allow">
      <summary>
        <para>Gets or sets whether users are allowed to modify the dependency.</para>
      </summary>
      <value>true, users are allowed to modify the dependency; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationCancelEventArgs.Cancel">
      <summary>
        <para>Allows you to cancel the operation.</para>
      </summary>
      <value>true, to cancel the operation; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskDependencyModificationEventArgs">
      <summary>
        <para>Provides data for <see cref="E:DevExpress.XtraGantt.GanttControl.TaskDependencyModificationCanceled"/> and <see cref="E:DevExpress.XtraGantt.GanttControl.TaskDependencyModified"/> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationEventArgs.ChangeType">
      <summary>
        <para>Gets the type of the operation.</para>
      </summary>
      <value>A value that specifies the type of the operation.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationEventArgs.OriginalSuccessorNode">
      <summary>
        <para>Gets the processed dependency’s original (before the operation) successor node.</para>
      </summary>
      <value>An object that specifies a node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationEventArgs.OriginalSuccessorTask">
      <summary>
        <para>Gets the processed dependency’s original (before the operation) successor task.</para>
      </summary>
      <value>An object that specifies a task.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationEventArgs.PredecessorNode">
      <summary>
        <para>Gets the processed dependency’s current (during the operation) predecessor node.</para>
      </summary>
      <value>An object that specifies a node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationEventArgs.PredecessorTask">
      <summary>
        <para>Gets the processed dependency’s current (during the operation) predecessor task.</para>
      </summary>
      <value>An object that specifies a task.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationEventArgs.SuccessorNode">
      <summary>
        <para>Gets the processed dependency’s current (during the operation) successor node.</para>
      </summary>
      <value>An object that specifies a node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationEventArgs.SuccessorTask">
      <summary>
        <para>Gets the processed dependency’s current (during the operation) successor task.</para>
      </summary>
      <value>An object that specifies a task.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskDependencyModificationEventArgs.Type">
      <summary>
        <para>Gets the type of the processed dependency.</para>
      </summary>
      <value>A value that specifies the dependency type.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskFinishModificationCanceledEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModificationCanceled"/> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskFinishModificationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModificationStarted"/>, <see cref="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModification"/>, and <see cref="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModificationCompleted"/> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskFinishModificationEventArgs.CurrentTaskFinish">
      <summary>
        <para>Gets or sets the processed task’s current (during the operation) finish date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskFinishModificationEventArgs.OriginalTaskFinish">
      <summary>
        <para>Gets the processed task’s original (before the operation) finish date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskFinishModifiedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskFinishDateModified"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskFinishModifiedEventArgs.OriginalTaskFinish">
      <summary>
        <para>Gets the processed task’s original (before the operation) finish date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskModificationEventArgs">
      <summary>
        <para>Provides data for events raised when a user modifies a task.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskModificationEventArgs.ProcessedNode">
      <summary>
        <para>Gets the modified node.</para>
      </summary>
      <value>An object that specifies a node.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskModificationEventArgs.ProcessedTask">
      <summary>
        <para>Gets the modified task.</para>
      </summary>
      <value>An object that specifies a task.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskModificationEventArgs.TaskSplitInfo">
      <summary>
        <para>Gets information about segments of the processed split task.</para>
      </summary>
      <value>An array that contains information about segments of a split task.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskMoveCanceledEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskMoveCanceled"/> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskMovedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskMoved"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskMovedEventArgs.OriginalTaskFinish">
      <summary>
        <para>Gets the processed task’s original (before the operation) finish date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskMovedEventArgs.OriginalTaskStart">
      <summary>
        <para>Gets the processed task’s original (before the operation) start date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskMovingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskMoveStarted"/>, <see cref="E:DevExpress.XtraGantt.GanttControl.TaskMoving"/>, <see cref="E:DevExpress.XtraGantt.GanttControl.TaskMoveCanceled"/>, and <see cref="E:DevExpress.XtraGantt.GanttControl.TaskMoved"/> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskMovingEventArgs.CurrentTaskFinish">
      <summary>
        <para>Gets or sets the processed task’s current (during the operation) finish date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskMovingEventArgs.CurrentTaskStart">
      <summary>
        <para>Gets or sets the processed task’s current (during the operation) start date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskMovingEventArgs.OriginalTaskFinish">
      <summary>
        <para>Gets the processed task’s original (before the operation) finish date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskMovingEventArgs.OriginalTaskStart">
      <summary>
        <para>Gets the processed task’s original (before the operation) start date.</para>
      </summary>
      <value>A structure that specifies a date.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskProgressModificationCanceledEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskProgressModificationCanceled"/> event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskProgressModificationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskProgressModificationStarted"/>, <see cref="E:DevExpress.XtraGantt.GanttControl.TaskProgressModification"/>, and <see cref="E:DevExpress.XtraGantt.GanttControl.TaskProgressModificationCompleted"/> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskProgressModificationEventArgs.CurrentProgress">
      <summary>
        <para>Gets or sets the processed task’s current (during the operation) progress.</para>
      </summary>
      <value>A value that specifies progress.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskProgressModificationEventArgs.OriginalProgress">
      <summary>
        <para>Gets the processed task’s original (before the operation) progress.</para>
      </summary>
      <value>A value that specifies progress.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.TaskProgressModifiedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.XtraGantt.GanttControl.TaskProgressModified"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskProgressModifiedEventArgs.CurrentProgress">
      <summary>
        <para>Gets the processed task’s current (after the operation) progress.</para>
      </summary>
      <value>A value that specifies progress.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TaskProgressModifiedEventArgs.OriginalProgress">
      <summary>
        <para>Gets the processed task’s original (before the operation) progress.</para>
      </summary>
      <value>A value that specifies progress.</value>
    </member>
    <member name="N:DevExpress.XtraGantt.TimeLine">
      <summary>
        <para>Contains types related to the Gantt control’s <see href="https://docs.devexpress.com/WindowsForms/404339/controls-and-libraries/gantt-control/timeline">timeline</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.TimeLine.GanttControlTimelineOptions">
      <summary>
        <para>Contains timeline settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.TimeLine.GanttControlTimelineOptions.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.TimeLine.GanttControlTimelineOptions"/> class.</para>
      </summary>
      <param name="ganttControl">The Gantt control.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.TimeLine.GanttControlTimelineOptions.AllowResize">
      <summary>
        <para>Gets or sets whether the height of a timeline can be changed by a user or in code.</para>
      </summary>
      <value>true to allow a timeline to be resized; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TimeLine.GanttControlTimelineOptions.MaxUnit">
      <summary>
        <para>Gets or sets the maximum time interval that corresponds to a unit of measure on the time scale.</para>
      </summary>
      <value>The maximum time interval that corresponds to a unit of measure on the time scale.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TimeLine.GanttControlTimelineOptions.MinUnit">
      <summary>
        <para>Gets or sets the minimum time interval that corresponds to a unit of measure on the time scale.</para>
      </summary>
      <value>The minimum time interval that corresponds to a unit of measure on the time scale.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TimeLine.GanttControlTimelineOptions.ShowTodayIndicator">
      <summary>
        <para>Gets or sets whether to display the Today indicator.</para>
      </summary>
      <value>true to display the Today indicator; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TimeLine.GanttControlTimelineOptions.TimelineHeight">
      <summary>
        <para>Gets or sets the height of a timeline, in pixels.</para>
      </summary>
      <value>An integer value that specifies the height of a timeline, in pixels.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TimeLine.GanttControlTimelineOptions.TimelinePosition">
      <summary>
        <para>Gets or sets a value that specifies the visibility and position of a <see href="https://docs.devexpress.com/WindowsForms/404339/controls-and-libraries/gantt-control/timeline">timeline</see>.</para>
      </summary>
      <value>A value that specifies the position of a timeline.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.TimeLine.TimelineBar">
      <summary>
        <para>A timeline bar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.TimeLine.TimelineBar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.TimeLine.TimelineBar"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.TimeLine.TimelineBar.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.TimeLine.TimelineBar"/> class with the specified settings.</para>
      </summary>
      <param name="ganttControl">The Gantt control.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.TimeLine.TimelineBar.AddTask(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Displays the specified task on the timeline bar.</para>
      </summary>
      <param name="node">The task.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.TimeLine.TimelineBar.ClearTasks">
      <summary>
        <para>Hides all tasks displayed on the timeline bar.</para>
      </summary>
    </member>
    <member name="P:DevExpress.XtraGantt.TimeLine.TimelineBar.Nodes">
      <summary>
        <para>Gets a collection of tasks displayed on the timeline bar.</para>
      </summary>
      <value>The tasks displayed on the timeline bar.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TimeLine.TimelineBar.Options">
      <summary>
        <para>Contains the timeline bar settings.</para>
      </summary>
      <value>An object with timeline bar settings.</value>
    </member>
    <member name="M:DevExpress.XtraGantt.TimeLine.TimelineBar.RemoveSelectedTasks">
      <summary>
        <para>Hides selected tasks from the timeline bar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.TimeLine.TimelineBar.RemoveTask(DevExpress.XtraGantt.GanttControlNode)">
      <summary>
        <para>Hides the specified task from the timeline bar.</para>
      </summary>
      <param name="node">The task.</param>
    </member>
    <member name="T:DevExpress.XtraGantt.TimelinePosition">
      <summary>
        <para>Enumerates values that specify the visibility and position of a <see href="https://docs.devexpress.com/WindowsForms/404339/controls-and-libraries/gantt-control/timeline">timeline</see> in the Gantt control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.TimelinePosition.Bottom">
      <summary>
        <para>Displays a timeline at the bottom of the Gantt control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.TimelinePosition.Default">
      <summary>
        <para>The same as TimelinePosition.None.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.TimelinePosition.None">
      <summary>
        <para>Hides a timeline.</para>
      </summary>
    </member>
    <member name="F:DevExpress.XtraGantt.TimelinePosition.Top">
      <summary>
        <para>Displays a timeline at the top of the Gantt control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.XtraGantt.TreeListMappings">
      <summary>
        <para>Provides access to options specified based on data source field names and tree list column objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.TreeListMappings.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new TreeListMappings class instance.</para>
      </summary>
      <param name="ganttControl">A control to which the options belong.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.AutoFillColumn">
      <summary>
        <para>Gets or sets a column that automatically stretches to occupy all available empty space when the column auto-width functionality is disabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraTreeList.Columns.TreeListColumn"/> object that occupies free <see cref="T:DevExpress.XtraTreeList.TreeList"/> space.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.AutoFillFieldName">
      <summary>
        <para>Gets or sets a data source field whose associated Tree List column should automatically resize to occupy all available <see cref="T:DevExpress.XtraTreeList.TreeList"/> space.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a data source field whose associated Tree List column should automatically resize to occupy all available <see cref="T:DevExpress.XtraTreeList.TreeList"/> space.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.CheckBoxFieldName">
      <summary>
        <para>Gets or sets the name of the field whose values define the <see href="https://docs.devexpress.com/WindowsForms/120672/controls-and-libraries/tree-list/feature-center/focus-selection-and-navigation/node-checking-checkboxes-and-radio-buttons">node check states</see>.</para>
      </summary>
      <value>The name of the field to bind to the node check states.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.ChildListFieldName">
      <summary>
        <para>Gets or sets the name of the collection property that returns child items in a bound business object.</para>
      </summary>
      <value>The name of the collection property that returns child items in a bound business object.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.DataMember">
      <summary>
        <para>Gets or sets a specific list in a data source whose data is displayed by the TreeList control.</para>
      </summary>
      <value>A string value specifying a list in a data source.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.HierarchyColumn">
      <summary>
        <para>Gets or sets the column in which tree list nodes display their expand/collapse buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraTreeList.Columns.TreeListColumn"/> object specifying the column in which tree list nodes display their expand/collapse buttons.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.HierarchyFieldName">
      <summary>
        <para>Gets the name of a field in the underlying data source whose tree list column displays the node expand/collapse buttons.</para>
      </summary>
      <value>A string value specifying the name of a field in the underlying data source whose tree list column displays the node expand/collapse buttons.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.ImageIndexFieldName">
      <summary>
        <para>Gets or sets the name of the field whose values represent select image indexes for corresponding nodes.</para>
      </summary>
      <value>A string value that specifies the name of the data field that stores image indexes.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.KeyFieldName">
      <summary>
        <para>Gets or sets the name of the key field that uniquely identifies records in the data source.</para>
      </summary>
      <value>The key identifier field name.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.ParentFieldName">
      <summary>
        <para>Gets or sets the data source field that identifies each record’s parent.</para>
      </summary>
      <value>The parent identifier field name.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.PreviewFieldName">
      <summary>
        <para>Gets or sets the name of the field that automatically provides data for <see href="https://docs.devexpress.com/WindowsForms/202/controls-and-libraries/tree-list/feature-center/data-presentation/preview-sections">preview sections</see>.</para>
      </summary>
      <value>The name of the field whose values are displayed in <see href="https://docs.devexpress.com/WindowsForms/202/controls-and-libraries/tree-list/feature-center/data-presentation/preview-sections">preview sections</see>.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.TreeViewColumn">
      <summary>
        <para>Gets or sets the only column whose values are displayed by the control in TreeView visual style.</para>
      </summary>
      <value>The only column whose values are displayed by the control in TreeView visual style.</value>
    </member>
    <member name="P:DevExpress.XtraGantt.TreeListMappings.TreeViewFieldName">
      <summary>
        <para>Gets or sets the only field whose values are displayed by the control in TreeView visual style.</para>
      </summary>
      <value>The name of the field whose values are displayed by the control in TreeView visual style.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.WorkDayOfWeek">
      <summary>
        <para>Represents a work day of the week.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkDayOfWeek.#ctor(System.DayOfWeek,DevExpress.XtraGantt.Scheduling.WorkTime[])">
      <summary>
        <para>Initializes a new WorkDayOfWeek class instance.</para>
      </summary>
      <param name="dayOfWeek">A value that specifies the day of the week.</param>
      <param name="workTimes">An array of <see cref="T:DevExpress.XtraGantt.Scheduling.WorkTime"/> objects that specify work time intervals.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkDayOfWeek.#ctor(System.DayOfWeek,System.Boolean)">
      <summary>
        <para>Initializes a new WorkDayOfWeek class instance.</para>
      </summary>
      <param name="dayOfWeek">A value that specifies the day of the week.</param>
      <param name="nonWorkDay">true if the day is a non-work day; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkDayOfWeek.#ctor(System.DayOfWeek,System.Collections.Generic.IEnumerable{DevExpress.XtraGantt.Scheduling.WorkTime})">
      <summary>
        <para>Initializes a new WorkDayOfWeek class instance.</para>
      </summary>
      <param name="dayOfWeek">A value that specifies the day of the week.</param>
      <param name="workTimes">A collection of <see cref="T:DevExpress.XtraGantt.Scheduling.WorkTime"/> objects that specify work time intervals.</param>
    </member>
    <member name="P:DevExpress.XtraGantt.WorkDayOfWeek.DayOfWeek">
      <summary>
        <para>Gets the day of the week.</para>
      </summary>
      <value>A value that specifies the day of the week.</value>
    </member>
    <member name="T:DevExpress.XtraGantt.WorkWeekRule">
      <summary>
        <para>Represents a regular workweek schedule.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.XtraGantt.WorkWeekRule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.#ctor(DevExpress.XtraGantt.GanttControl)">
      <summary>
        <para>Initializes a new WorkWeekRule class instance.</para>
      </summary>
      <param name="ganttControl">A control to which the collection belongs.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.Add(DevExpress.XtraGantt.WorkDayOfWeek)">
      <summary>
        <para>Adds the specified day of week to the workweek.’</para>
      </summary>
      <param name="day">A value that specifies the day of the week.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.Add(System.DayOfWeek,DevExpress.XtraGantt.Scheduling.WorkTime[])">
      <summary>
        <para>Adds the specified day of week to the workweek.</para>
      </summary>
      <param name="dayOfWeek">A value that specifies the day of the week.</param>
      <param name="workTimes">An array of objects that specify work intervals.</param>
      <returns>An object that specifies a work day of the week.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.Add(System.DayOfWeek,System.Collections.Generic.IEnumerable{DevExpress.XtraGantt.Scheduling.WorkTime})">
      <summary>
        <para>Adds the specified day of week to the workweek.</para>
      </summary>
      <param name="dayOfWeek">A value that specifies the day of the week.</param>
      <param name="workTimes">A collection of objects that specify work intervals.</param>
      <returns>An object that specifies a work day of the week.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.AddNonWorkDay(System.DayOfWeek)">
      <summary>
        <para>Adds the specified day of the week to the workweek schedule as a non-work day.</para>
      </summary>
      <param name="dayOfWeek">A value that specifies the day of the week.</param>
      <returns>A <see cref="T:DevExpress.XtraGantt.WorkDayOfWeek"/> object that specifies the work day schedule.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.AddRange(DevExpress.XtraGantt.WorkDayOfWeek[])">
      <summary>
        <para>Adds an array to the collection.</para>
      </summary>
      <param name="days">An array to add to the collection.</param>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.AddWorkDay(System.DayOfWeek)">
      <summary>
        <para>Adds the specified day of the week to the workweek schedule.</para>
      </summary>
      <param name="dayOfWeek">A value that specifies the day of the week.</param>
      <returns>A <see cref="T:DevExpress.XtraGantt.WorkDayOfWeek"/> object that specifies the work day schedule.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.GetDefaultWorkTime(System.DayOfWeek)">
      <summary>
        <para>For internal use.</para>
      </summary>
      <param name="index">For internal use.</param>
      <returns>For internal use.</returns>
    </member>
    <member name="M:DevExpress.XtraGantt.WorkWeekRule.Includes(System.Int64)">
      <summary>
        <para>For internal use.</para>
      </summary>
      <param name="day">For internal use.</param>
      <returns>For internal use.</returns>
    </member>
    <member name="P:DevExpress.XtraGantt.WorkWeekRule.Item(System.DayOfWeek)">
      <summary>
        <para>Returns a <see cref="T:DevExpress.XtraGantt.WorkDayOfWeek"/> object that specifies the work day schedule for the specified day of the week.</para>
      </summary>
      <param name="index">A value that specifies the day of the week for which to return a work day schedule.</param>
      <value>A <see cref="T:DevExpress.XtraGantt.WorkDayOfWeek"/> object that specifies the work day schedule.</value>
    </member>
  </members>
</doc>