Skip to main content
All docs
V23.2

TimelinePosition Enum

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.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