Skip to main content
All docs
V24.1

TimelineBar(GanttControl) Constructor

Initializes a new instance of the TimelineBar class with the specified settings.

Namespace: DevExpress.XtraGantt.TimeLine

Assembly: DevExpress.XtraGantt.v24.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public TimelineBar(
    GanttControl ganttControl
)

Parameters

Name Type Description
ganttControl GanttControl

The Gantt control.

See Also