Skip to main content
A newer version of this page is available. .
All docs
V23.1

TimelinePosition Enum

Enumerates values that specify the visibility and position of a timeline in the Gantt control.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public enum TimelinePosition

Members

Name Description
Default

The same as TimelinePosition.None.

Top

Displays a timeline at the top of the Gantt control.

Bottom

Displays a timeline at the bottom of the Gantt control.

None

Hides a timeline.

Related API Members

The following properties accept/return TimelinePosition values:

See Also