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

TcxDateNavigator Class

The TcxDateNavigator implements the standalone Date Navigator control where the month(s) view is exposed.

#Declaration

Delphi
TcxDateNavigator = class(
    TcxCustomDateNavigator
)

#Remarks

The TcxDateNavigator control provides a graphical interface to end-users to view dates currently shown in the control or manipulate on them.

To bind the TcxDateNavigator control to the scheduler, use the Scheduler property. In this case, all operations performed will be synchronized between controls.

See Also