Skip to main content

TcxSchedulerAgendaView.DisplayMode Property

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

Declaration

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