Back to Devexpress

TcxSchedulerContentCellViewInfo Class

vcl-cxschedulercustomresourceview-277f192d.md

latest1.1 KB
Original Source

TcxSchedulerContentCellViewInfo Class

A ViewInfo class that contains the details required to render the time blocks.

Declaration

delphi
TcxSchedulerContentCellViewInfo = class(
    TcxSchedulerCustomResourceViewInfoItem
)

Remarks

The information stored is used in the scheduler’s OnCustomDrawContent event to custom paint the time block.

The event’s AViewInfo parameter references a TcxSchedulerContentCellViewInfo object.

Inheritance

TObject TcxSchedulerCustomViewInfoItem TcxSchedulerCustomResourceViewInfoItem TcxSchedulerContentCellViewInfo

See Also

Custom Drawing

TcxSchedulerContentCellViewInfo Members

cxSchedulerCustomResourceView Unit