TcxSchedulerDateNavigatorCaptionViewInfo Class
A ViewInfo class that contains the information required to render the various header cells in the Date Navigator.
Declaration
TcxSchedulerDateNavigatorCaptionViewInfo = class(
TcxIUnknownObject
)
Remarks
The TcxSchedulerDateNavigatorCaptionViewInfo
class is the base class for classes which provide data for custom drawing the Date Navigator‘s header cells. Instances of its descendants are passed into the following events as arguments:
The TcxSchedulerDateNavigator.OnCustomDrawDayCaption (or TcxCustomDateNavigator.OnCustomDrawDayCaption) event – is intended for custom painting the day captions in the Date Navigator.
The TcxSchedulerDateNavigator.OnCustomDrawDayNumber (or TcxCustomDateNavigator.OnCustomDrawDayNumber) event – is intended for custom painting the dates in the Date Navigator.
The TcxSchedulerDateNavigator.OnCustomDrawHeader (or TcxCustomDateNavigator.OnCustomDrawHeader) event – is intended for custom painting the Date Navigator‘s month(s) header(s).
Members declared by the TcxSchedulerDateNavigatorCaptionViewInfo
class enable a cell’s boundaries to be determined (see the Bounds property), the output text that is displayed in the current element’s cell (see the Text property), the visibility of the cell’s background (see the Transparent property) and the element’s style settings (see the ViewParams property) to be specified.
Do not use this class directly. Use its descendants instead.