Back to Devexpress

TcxSchedulerDateNavigatorDayCaptionViewInfo Class

vcl-cxschedulerdatenavigator-6ad5824e.md

latest2.2 KB
Original Source

TcxSchedulerDateNavigatorDayCaptionViewInfo Class

A ViewInfo class that contains the information used to render the day captions in the Date Navigator.

Declaration

delphi
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

Custom Drawing

Date Navigator

TcxSchedulerDateNavigatorDayCaptionViewInfo Members

cxSchedulerDateNavigator Unit