vcl-cxschedulerdatenavigator-6ad5824e.md
A ViewInfo class that contains the information used to render the day captions in the Date Navigator.
TcxSchedulerDateNavigatorDayCaptionViewInfo = class(
TcxSchedulerDateNavigatorCaptionViewInfo
)
The information stored is used in the TcxSchedulerDateNavigator.OnCustomDrawDayCaption or TcxCustomDateNavigator.OnCustomDrawDayCaption event handlers to custom paint the day captions in the Date Navigator.
Along with the data available through the inherited properties, the TcxSchedulerDateNavigatorDayCaptionViewInfo allows the day of the week currently being drawn to be identified (see the Index property).
The TcxSchedulerDateNavigatorDayCaptionViewInfo object is referenced by the AViewInfo parameter of the TcxSchedulerDateNavigator.OnCustomDrawDayCaption or TcxCustomDateNavigator.OnCustomDrawDayCaption event.
TObject TcxIUnknownObject TcxSchedulerDateNavigatorCaptionViewInfo TcxSchedulerDateNavigatorDayCaptionViewInfo
See Also