Skip to main content

TcxSchedulerCustomView Class

Implements the scheduling area where various time Views are shown.

Declaration

TcxSchedulerCustomView = class(
    TcxSchedulerSubControl
)

Remarks

This class roots the time Views family (classes which implement Day, Week, Weeks, Year, TimeGrid, and Gantt Views). These Views enable the user to schedule and display user events in different layouts. Use the scheduler’s CurrentView property to access the time View that is currently active in the scheduling area.

See Also