Back to Devexpress

CriticalPathHighlightMode Enum

wpf-devexpress-dot-xpf-dot-gantt-b8a8d097.md

latest1.4 KB
Original Source

CriticalPathHighlightMode Enum

Lists the values that specify the critical path highlight mode.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public enum CriticalPathHighlightMode
vb
Public Enum CriticalPathHighlightMode

Members

NameDescription
None

Control does not highlight a critical path.

| | Single |

Control highlights a single chain of linked tasks that affect the overall project duration.

| | Multiple |

Control highlights multiple chains of linked tasks that affect the overall project duration.

|

The following properties accept/return CriticalPathHighlightMode values:

Remarks

The values listed by this enumeration are used to set the CriticalPathHighlightMode property.

See Also

DevExpress.Xpf.Gantt Namespace