TcxSchedulerDateNavigatorDayCaptionViewInfo Class
A ViewInfo class that contains the information used to render the day captions in the Date Navigator.
Declaration
TcxSchedulerDateNavigatorDayCaptionViewInfo = class(
TcxSchedulerDateNavigatorCaptionViewInfo
)
Remarks
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.
Inheritance
TObject
TcxIUnknownObject
TcxSchedulerDateNavigatorCaptionViewInfo
TcxSchedulerDateNavigatorDayCaptionViewInfo
See Also