Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also