Skip to main content

TcxSchedulerDayView Class

The Day View.

Declaration

TcxSchedulerDayView = class(
    TcxSchedulerCustomResourceView,
    IcxSchedulerViewTimeScaleStep,
    IdxTouchScrollUIOwner,
    IdxHybridScrollbarOwner
)

Remarks

This View enables end-users to schedule and view user events by day.

The scheduler’s ViewDay property references a TcxSchedulerDayView object. The scheduler’s CurrentView property also references this object if the Day View is currently active in the scheduling area.

See Also