Skip to main content

TcxSchedulerGanttView.EventsStyle Property

Specifies how to display user events.

Declaration

property EventsStyle: TcxSchedulerGanttViewEventStyle read; write; default esDefault;

Property Value

Type Default
TcxSchedulerGanttViewEventStyle esDefault

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