TcxSchedulerDateNavigatorMonthViewInfo Class
A ViewInfo class that contains the information used to render the Date Navigator.
Declaration
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.