TdxSchedulerTimeGridView Class
An action object that corresponds to the TimeGridView command provided by the Scheduler control.
Declaration
TdxSchedulerTimeGridView = class(
TdxSchedulerCustomViewAction
)
Remarks
This class does not introduce any new public members. Executing a TdxSchedulerTimeGridView
action object displays the TimeGrid View in the scheduling area:
The time selection bar’s default size is 30
minutes. In order to change the timeline’s granularity in the TimeGrid View, you can use the TimeScale5Minutes, TimeScale6Minutes, TimeScale10Minutes, TimeScale15Minutes, TimeScale30Minutes, and TimeScale60Minutes commands.
UI elements linked to a TdxSchedulerTimeGridView
action object are Enabled only if the Scheduler control has an assigned persistent manager component (i.e., the control’s Storage property value is not set to nil
(in Delphi) or nullptr
(C++Builder)).