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

TdxSchedulerTimeGridView Class

An action object that corresponds to the TimeGridView command provided by the Scheduler control.

#Declaration

Delphi
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:

VCL Scheduler: The Time Grid View

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)).

See Also