Skip to main content

TcxSchedulerDateNavigatorMonthContentViewInfo Class

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

Declaration

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.

Inheritance

TObject
TcxSchedulerDateNavigatorMonthContentViewInfo
See Also