TcxSchedulerBackgroundCellViewInfo Class
A ViewInfo class that contains information required to render the scheduler area background.
Declaration
TcxSchedulerBackgroundCellViewInfo = class(
TcxSchedulerCustomViewInfoItem
)
Remarks
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:
- The scheduler’s ViewDay.TimeScale property is set to
60
. - The scheduler’s parent should be big enough to allow the scheduler control to show its content without the scrollbar.
The event’s AViewInfo
parameter references a TcxSchedulerBackgroundCellViewInfo
object.
Inheritance
TObject
TcxSchedulerCustomViewInfoItem
TcxSchedulerBackgroundCellViewInfo
See Also