Back to Devexpress

TimelinePosition Enum

windowsforms-devexpress-dot-xtragantt-b7110f97.md

latest1.2 KB
Original Source

TimelinePosition Enum

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public enum TimelinePosition
vb
Public Enum TimelinePosition

Members

NameDescription
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.

|

The following properties accept/return TimelinePosition values:

See Also

DevExpress.XtraGantt Namespace