Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerBackgroundCellViewInfo Class

A ViewInfo class that contains information required to render the scheduler area background.

#Declaration

Delphi
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