TcxScheduler.ViewGantt Property
In This Article
Provides access to the Gantt View’s settings.
#Declaration
Delphi
property ViewGantt: TcxSchedulerGanttView read; write;
#Property Value
Type |
---|
Tcx |
#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