TcxSchedulerContentCellViewInfo Class
In This Article
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