Skip to main content
All docs
V24.1

GanttControlAppearanceCollection.CriticalPathDependency Property

Provides access to appearance settings for dependency lines in critical paths.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttChartItemAppearance CriticalPathDependency { get; }

Property Value

Type Description
DevExpress.XtraGantt.Utils.GanttChartItemAppearance

An object that contains appearance settings.

See Also