TcxSchedulerEventCellViewInfo Class
A ViewInfo class that contains the information required to render a user event.
Declaration
TcxSchedulerEventCellViewInfo = class(
TcxSchedulerCustomViewInfoItem
)
Remarks
The information stored is used in the scheduler’s OnCustomDrawEvent event handler to custom paint the user event.
The TcxSchedulerEventCellViewInfo object is referenced by the AViewInfo parameter of the scheduler’s OnCustomDrawEvent event.
Inheritance
TObject
TcxSchedulerCustomViewInfoItem
TcxSchedulerEventCellViewInfo
See Also