TcxDateNavigator Class
In This Article
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.
#Inheritance
See Also