TcxSchedulerDateNavigatorMonthContentViewInfo Class
In This Article
A ViewInfo class that contains the information used to render Date Navigator calendars.
#Declaration
Delphi
TcxSchedulerDateNavigatorMonthContentViewInfo = class(
TObject
)
#Remarks
Stored information is used in the TcxSchedulerDateNavigator.OnCustomDrawContent or TcxCustomDateNavigator.OnCustomDrawContent event handlers to custom paint Date Navigator calendars.
The TcxSchedulerDateNavigatorMonthContentViewInfo
object is referenced by the AViewInfo
parameter of the TcxSchedulerDateNavigator.OnCustomDrawContent or TcxCustomDateNavigator.OnCustomDrawContent event.
See Also