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

TcxSchedulerDateNavigatorMonthViewInfo Class

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

#Declaration

Delphi
TcxSchedulerDateNavigatorMonthViewInfo = class(
    TObject
)

#Remarks

Stored information is only available to developers in the TcxSchedulerDateNavigator.OnCustomDrawHeader or TcxCustomDateNavigator.OnCustomDrawHeader event which allows Date Navigator headers to be custom painted.

Using the TcxSchedulerDateNavigatorMonthViewInfo instance, developers can determine the coordinates of the Date Navigator (see the Bounds property), the month currently being drawn and its year (see the Month and Year properties), the column or row the month is located in (if a grid of the months is displayed in the Date Navigator) (see the Col and Row properties). TcxSchedulerDateNavigatorMonthViewInfo also provides access to the TcxSchedulerDateNavigatorMonthContentViewInfo and TcxSchedulerDateNavigatorMonthHeaderViewInfo objects (see the Content and Header properties).

The TcxSchedulerDateNavigatorMonthViewInfo object is referenced by the TcxSchedulerDateNavigatorMonthHeaderViewInfo.Owner property.

#Inheritance

TObject
TcxSchedulerDateNavigatorMonthViewInfo
See Also