TcxSchedulerContainerCellViewInfo Class
A ViewInfo class that contains the details required to render the all-day event area.
Declaration
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