Skip to main content
All docs
V23.2

GanttControlAppearanceCollection.TimelineTask Property

Gets the appearance settings of tasks displayed on the timeline.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public AppearanceObject TimelineTask { get; }

Property Value

Type Description
AppearanceObject

An object that exposes appearance settings.

See Also