Skip to main content

TcxScheduler.ViewGantt Property

Provides access to the Gantt View’s settings.

Declaration

property ViewGantt: TcxSchedulerGanttView read; write;

Property Value

Type
TcxSchedulerGanttView

Remarks

In the Gantt View, user events are displayed as horizontal bars along the time axis. These user events represent tasks, which can be linked into a task series within a certain time frame.

Refer to the TcxSchedulerGanttView class description for detailed information on View-specific settings.

See Also