Back to Devexpress

TdxSchedulerTimeGridView Class

vcl-cxscheduleractions-27624bb5.md

latest3.7 KB
Original Source

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:

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

Inheritance

Show 12 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxSchedulerAction TdxSchedulerCustomViewAction TdxSchedulerTimeGridView

See Also

TdxSchedulerDayView Class

TdxSchedulerMonthView Class

TdxSchedulerWeekView Class

TdxSchedulerGanttView Class

TdxSchedulerWorkWeekView Class

TdxSchedulerYearView Class

TdxSchedulerTimeGridView Members

cxSchedulerActions Unit