Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerGanttView.EventsStyle Property

Specifies how to display user events.

#Declaration

Delphi
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