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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public GanttChartItemAppearance Appearance { get; }

Property Value

Type Description
DevExpress.XtraGantt.Utils.GanttChartItemAppearance

An object that contains appearance settings.

See Also