TcxSchedulerAgendaView.DisplayMode Property
In This Article
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 |
---|---|
Tcx |
avm |
#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