Back to Devexpress

TcxSchedulerGanttView Class

vcl-cxschedulerganttview.md

latest2.2 KB
Original Source

TcxSchedulerGanttView Class

The Gantt View.

Declaration

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

Inheritance

TObject TPersistent TInterfacedPersistent TcxSchedulerSubControl TcxSchedulerCustomView TcxSchedulerCustomResourceView TcxSchedulerTimeGridView TcxSchedulerGanttView

See Also

How to Create Tasks in Gantt View in Code

TcxSchedulerGanttView Members

cxSchedulerGanttView Unit