Skip to main content

TcxDateNavigator Class

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

Declaration

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