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

TcxSchedulerDateNavigator Class

Implements the Date Navigator pane where the month(s) view is exposed.

#Declaration

Delphi
TcxSchedulerDateNavigator = class(
    TcxSchedulerCustomDateNavigator
)

#Remarks

The Date Navigator provides a quick and easy way to change the dates in the scheduling area. It can be used to change time Views between Day, Week, and Weeks.

The Date Navigator can reside to the right or left of the scheduling area (its position depends on the scheduler’s OptionsView.ViewPosition property value). There is an option to entirely hide the Date Navigator by setting its Visible property to False.

The amount of months shown in the Date Navigator pane depends on the ColCount and RowCount property values. An end-user can change the number of months shown in the Date Navigator by dragging the vertical or horizontal splitter.

The TcxSchedulerDateNavigator object is referenced by the scheduler’s DateNavigator property.

See Also