TdxSchedulerWorkTimeOnly Class
In This Article
An action object that corresponds to the WorkTimeOnly command provided by the Scheduler control.
#Declaration
Delphi
TdxSchedulerWorkTimeOnly = class(
TdxSchedulerAction
)
#Remarks
This class does not introduce any new public members. Executing a TdxSchedulerWorkTimeOnly
action object displays/hides non-working hours on a time scale in the control’s scheduling area.
UI elements linked to a TdxSchedulerWorkTimeOnly
action object are enabled only if the following conditions are met:
- The Scheduler control’s Storage property is assigned a persistence manager component.
- The Day View or TimeGrid View is currently displayed in the control’s scheduling area.
#Inheritance
Show 11 items
See Also