Back to Devexpress

CriticalPathHighlightMode Enum

windowsforms-devexpress-dot-xtragantt-1ed99a3d.md

latest1.4 KB
Original Source

CriticalPathHighlightMode Enum

Enumerates values that specify 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
public enum CriticalPathHighlightMode
vb
Public Enum CriticalPathHighlightMode

Members

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.

|

The following properties accept/return CriticalPathHighlightMode values:

See Also

Critical Path

DevExpress.XtraGantt Namespace