Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

VCL Scheduler: Work Time Only

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.
See Also