GanttControl.AddTimelineBar() Method
In This Article
Creates a timeline bar and displays it on the timeline.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public TimelineBar AddTimelineBar()
#Returns
Type | Description |
---|---|
Timeline |
The timeline bar. |
#Remarks
The AddTimelineBar
method creates a timeline bar and adds it to the TimelineBars collection.
using DevExpress.XtraGantt.TimeLine;
TimelineBar timelineBar = ganttControl1.AddTimelineBar();
Read the following topic for detailed information and examples: Timeline.
See Also