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

TcxSchedulerAgendaView.DisplayMode Property

Specifies the condition under which the specific days are displayed in the scheduling area.

#Declaration

Delphi
property DisplayMode: TcxSchedulerAgendaViewDisplayMode read; write; default avmAllDays;

#Property Value

Type Default
TcxSchedulerAgendaViewDisplayMode avmAllDays

#Remarks

You can use this property to hide unscheduled and/or currently unselected days. For detailed information on available options, refer to the TcxSchedulerAgendaViewDisplayMode type description.

The default value of the DisplayMode property is avmAllDays.

See Also