Skip to main content

TcxSchedulerDateNavigator Class

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

Declaration

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