TdxSchedulerDayView Class
An action object that corresponds to the DayView command provided by the Scheduler control.
Declaration
TdxSchedulerDayView = class(
TdxSchedulerCustomViewAction
)
Remarks
This class does not introduce any new public members. Executing a TdxSchedulerDayView
action object shows the Day View, containing only the currently selected visible day in the control’s scheduling area.
UI elements linked to a TdxSchedulerDayView
action object are enabled only if the Scheduler control’s Storage property is assigned a persistence manager component.
Inheritance
See Also