vcl-cxscheduleryearview-e739a98c.md
A ViewInfo class that contains details required to render the month day cell in the Year View.
TcxSchedulerYearViewContentCellViewInfo = class(
TcxSchedulerMonthDayContentCellViewInfo
)
Stored information is used in the TcxScheduler.OnCustomDrawContent event handler to custom paint the month day in the Year View.
The TcxSchedulerYearViewContentCellViewInfo object is referenced by the event’s AViewInfo parameter.
Note
The AViewInfo parameter’s type is TcxSchedulerContentCellViewInfo. To use TcxSchedulerYearViewContentCellViewInfo members, cast AViewInfo to the TcxSchedulerYearViewContentCellViewInfo subtype.
TObject TcxSchedulerCustomViewInfoItem TcxSchedulerCustomResourceViewInfoItem TcxSchedulerContentCellViewInfo TcxSchedulerMonthDayContentCellCustomViewInfo TcxSchedulerMonthDayContentCellViewInfo TcxSchedulerYearViewContentCellViewInfo
See Also