TcxSchedulerYearViewContentCellViewInfo Class
A ViewInfo class that contains details required to render the month day cell in the Year View.
Declaration
TcxSchedulerYearViewContentCellViewInfo = class(
TcxSchedulerMonthDayContentCellViewInfo
)
Remarks
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.
Inheritance
See Also