Skip to main content
A newer version of this page is available. .

CustomDrawTaskDependencyEventArgs.Appearance Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttChartItemAppearance Appearance { get; }

Property Value

Type Description
DevExpress.XtraGantt.Utils.GanttChartItemAppearance

An object that contains appearance settings.

See Also