TcxSchedulerGanttView.EventsStyle Property
In This Article
Specifies how to display user events.
#Declaration
Delphi
property EventsStyle: TcxSchedulerGanttViewEventStyle read; write; default esDefault;
#Property Value
Type | Default |
---|---|
Tcx |
es |
#Remarks
The EventsStyle property is used to specify how tasks are displayed in the Gantt View – as ordinary user events or as progress bars.
Refer to the TcxSchedulerGanttViewEventStyle enumeration to see a description of available values.
The default value of the EventsStyle property is esDefault.
See Also