Skip to main content
All docs
V25.1
  • CriticalPathHighlightMode Enum

    Lists the values that specify the critical path highlight mode.

    Namespace: DevExpress.Xpf.Gantt

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

    NuGet Package: DevExpress.Wpf.Gantt

    Declaration

    public enum CriticalPathHighlightMode

    Members

    Name Description
    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.

    Related API Members

    The following properties accept/return CriticalPathHighlightMode values:

    Remarks

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

    See Also