Back to Devexpress

GanttControlOptionsView.CriticalPathHighlightMode Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontroloptionsview-9e804643.md

latest2.5 KB
Original Source

GanttControlOptionsView.CriticalPathHighlightMode Property

Gets or sets whether the control highlights single, multiple, or no critical paths.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue(CriticalPathHighlightMode.None)]
[DXCategory("Visual Elements")]
[XtraSerializableProperty]
public CriticalPathHighlightMode CriticalPathHighlightMode { get; set; }
vb
<DXCategory("Visual Elements")>
<XtraSerializableProperty>
<DefaultValue(CriticalPathHighlightMode.None)>
Public Property CriticalPathHighlightMode As CriticalPathHighlightMode

Property Value

TypeDefaultDescription
CriticalPathHighlightModeNone

A value that specifies whether the control highlights single, multiple, or no critical paths.

|

Available values:

NameDescription
None

The control does not highlight critical paths.

| | Single |

The control highlights the longest sequence of dependent tasks that affect the project’s start or finish date.

| | Multiple |

The control highlights all sequences of dependent tasks that affect the project’s start or finish date.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CriticalPathHighlightMode
GanttControl

.OptionsView .CriticalPathHighlightMode

|

See Also

Critical Path

CriticalPathTask

CriticalPathDependency

GanttControlOptionsView Class

GanttControlOptionsView Members

DevExpress.XtraGantt Namespace