Skip to main content
A newer version of this page is available. .

TcxSchedulerGanttView Class

The Gantt View.

Declaration

TcxSchedulerGanttView = class(
    TcxSchedulerTimeGridView
)

Remarks

The Gantt View displays user events as horizontal bars along the time axis.

The Gantt View provides the following capabilities:

  • User events can be sequentially linked into a series within a certain time frame.

  • User events can be optionally displayed as progress bars that display the completion percentage.

  • The Tree Browser can be optionally displayed adjacent to the scheduling area, providing end-users with an alternative way to view and navigate event hierarchies in the Gantt View.

The scheduler’s ViewGantt property references a TcxSchedulerGanttView object. The scheduler’s CurrentView property also references this object if the Gantt View is currently active in the scheduling area.

See Also