Back to Devexpress

TcxSchedulerGanttView.EventsStyle Property

vcl-cxschedulerganttview-dot-tcxschedulerganttview.md

latest1.0 KB
Original Source

TcxSchedulerGanttView.EventsStyle Property

Specifies how to display user events.

Declaration

delphi
property EventsStyle: TcxSchedulerGanttViewEventStyle read; write; default esDefault;

Property Value

TypeDefault
TcxSchedulerGanttViewEventStyleesDefault

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

TcxSchedulerGanttView Class

TcxSchedulerGanttView Members

cxSchedulerGanttView Unit