Back to Devexpress

TdxSchedulerWorkTimeOnly Class

vcl-cxscheduleractions-5f836534.md

latest2.3 KB
Original Source

TdxSchedulerWorkTimeOnly Class

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

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxSchedulerAction TdxSchedulerWorkTimeOnly

See Also

TdxSchedulerWorkTimeOnly Members

cxSchedulerActions Unit