Back to Devexpress

TcxSchedulerAgendaView.DisplayMode Property

vcl-cxscheduleragendaview-dot-tcxscheduleragendaview-e160585c.md

latest1.1 KB
Original Source

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

TypeDefault
TcxSchedulerAgendaViewDisplayModeavmAllDays

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

TcxSchedulerAgendaView Class

TcxSchedulerAgendaView Members

cxSchedulerAgendaView Unit