Skip to main content

CustomDrawTaskDependencyEventArgs.Appearance Property

Provides access to appearance settings that specify the dependency line background color.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttChartItemAppearance Appearance { get; }

Property Value

Type Description
DevExpress.XtraGantt.Utils.GanttChartItemAppearance

An object that contains appearance settings.

See Also