Skip to main content
All docs
V25.1
  • TimelinePosition Enum

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

    Namespace: DevExpress.XtraGantt

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