Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerCustomView Class

Implements the scheduling area where various time Views are shown.

#Declaration

Delphi
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