TdxSchedulerTimeScale30Minutes Class
An action object corresponding to the TimeScale30Minutes command provided by the Scheduler control.
Declaration
TdxSchedulerTimeScale30Minutes = class(
TdxSchedulerCustomTimeScaleAction
)
Remarks
This class does not introduce any new public members. Executing a TdxSchedulerTimeScale30Minutes action object sets the TimeGrid View‘s time selection bar size to 30 minutes:

UI elements linked to a TdxSchedulerTimeScale30Minutes action object are enabled only if the following conditions are met:
The Scheduler control has an assigned persistent manager component (i.e., the control’s Storage property value is not set to
nil(in Delphi) ornullptr(in C++Builder)).The TimeGrid View is currently displayed in the scheduling area (i.e., the control’s CurrentView property is set to TcxSchedulerTimeGridView).
Inheritance
Show 12 items
See Also