Back to Devexpress

TcxSchedulerTimeGridView Class

vcl-cxschedulertimegridview.md

latest2.0 KB
Original Source

TcxSchedulerTimeGridView Class

Implements the TimeGrid View.

Declaration

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

Implements

IcxSchedulerViewTimeScaleStep

Inheritance

TObject TPersistent TInterfacedPersistent TcxSchedulerSubControl TcxSchedulerCustomView TcxSchedulerCustomResourceView TcxSchedulerTimeGridView

See Also

TcxSchedulerTimeGridView Members

cxSchedulerTimeGridView Unit