Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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