TcxSchedulerYearViewContentCellViewInfo Class
In This Article
A ViewInfo class that contains details required to render the month day cell in the Year View.
#Declaration
Delphi
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 AView
parameter’s type is TcxTcx
members, cast AView
to the Tcx
subtype.
#Inheritance
See Also