TimelinePosition Enum
Enumerates values that specify the visibility and position of a timeline in the Gantt control.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Default
|
The same as |
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