TcxSchedulerContainerCellViewInfo Class
In This Article
A ViewInfo class that contains the details required to render the all-day event area.
#Declaration
Delphi
TcxSchedulerContainerCellViewInfo = class(
TcxSchedulerCustomResourceViewInfoItem
)
#Remarks
The information stored is used in the scheduler’s OnCustomDrawContainer event to custom paint the all-day event area.
The event’s AViewInfo
parameter references a TcxSchedulerContainerCellViewInfo
object.
#Inheritance
TObject
TcxSchedulerCustomViewInfoItem
TcxSchedulerCustomResourceViewInfoItem
TcxSchedulerContainerCellViewInfo
See Also