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

GanttControlAppearanceCollection.Task Property

Provides access to task appearance settings.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttChartTaskAppearance Task { get; }

Property Value

Type Description
DevExpress.XtraGantt.Utils.GanttChartTaskAppearance

An object that contains appearance settings.

See Also