Back to Devexpress

TcxSchedulerYearViewContentCellViewInfo Class

vcl-cxscheduleryearview-e739a98c.md

latest1.8 KB
Original Source

TcxSchedulerYearViewContentCellViewInfo Class

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 AViewInfo parameter’s type is TcxSchedulerContentCellViewInfo. To use TcxSchedulerYearViewContentCellViewInfo members, cast AViewInfo to the TcxSchedulerYearViewContentCellViewInfo subtype.

Inheritance

TObject TcxSchedulerCustomViewInfoItem TcxSchedulerCustomResourceViewInfoItem TcxSchedulerContentCellViewInfo TcxSchedulerMonthDayContentCellCustomViewInfo TcxSchedulerMonthDayContentCellViewInfo TcxSchedulerYearViewContentCellViewInfo

See Also

TcxSchedulerYearViewContentCellViewInfo Members

cxSchedulerYearView Unit