vcl-cxschedulercustomresourceview-a421466f.md
A ViewInfo class that contains information required to render the scheduler area background.
TcxSchedulerBackgroundCellViewInfo = class(
TcxSchedulerCustomViewInfoItem
)
The information stored is used in the scheduler’s OnCustomDrawBackground event to custom draw the scheduler area background.
Note
The scheduler area background is visible only in the Day View when it occupies a part of the area along the y-axis and the area’s vertical scrollbar disappears, for example when:
60.The event’s AViewInfo parameter references a TcxSchedulerBackgroundCellViewInfo object.
TObject TcxSchedulerCustomViewInfoItem TcxSchedulerBackgroundCellViewInfo
See Also