Skip to main content
A newer version of this page is available. .

TcxSchedulerTimeGridView Class

Implements the TimeGrid View.

Declaration

TcxSchedulerTimeGridView = class(
    TcxSchedulerCustomResourceView,
    IcxSchedulerViewTimeScaleStep
)

Remarks

In the TimeGrid View, user events are chronologically ordered from left to right along a time scale.

The scheduler’s ViewTimeGrid property references a TcxSchedulerTimeGridView object. The scheduler’s CurrentView property also references this object if the TimeGrid View is currently active in the scheduling area.

Note

An end-user can switch from this View to the Day View by selecting the “Go to This Day” item, or to any other View by selecting the “Go to Date…” item of the popup menu.

See Also