TcxCustomDateNavigator Class
In This Article
The TcxCustomDateNavigator is the base class for classes that implement the standalone Date Navigator control in which the month(s) view is exposed.
#Declaration
Delphi
TcxCustomDateNavigator = class(
TcxContainer,
IcxSchedulerStorageListener,
IcxExternalDateNavigatorListener,
IdxSkinSupport
)
#Remarks
The Date Navigator control provides a graphical interface to end-users to view dates currently shown in the control or manipulate on them.
Do not use this class directly. Use its descendants instead.
#Inheritance
See Also