TcxSchedulerCustomDateNavigator Class
In This Article
The base class for classes that implement the Date Navigator pane that displays one or more months.
#Declaration
Delphi
TcxSchedulerCustomDateNavigator = class(
TcxSchedulerSubControl
)
#Remarks
The Date Navigator allows users to quickly select dates for display in the scheduling area. Do not use this class directly. Use its descendants instead.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxSchedulerSubControl
TcxSchedulerCustomDateNavigator
See Also