Skip to main content
All docs
V23.2

GanttControlPrintAppearanceCollection.CriticalPathDependency Property

Gets appearance settings used to draw dependency arrows in critical paths.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttChartItemAppearance CriticalPathDependency { get; }

Property Value

Type Description
DevExpress.XtraGantt.Utils.GanttChartItemAppearance

An object that specifies appearance settings.

See Also