Skip to main content

TcxSchedulerContentCellViewInfo Class

A ViewInfo class that contains the details required to render the time blocks.

Declaration

TcxSchedulerContentCellViewInfo = class(
    TcxSchedulerCustomResourceViewInfoItem
)

Remarks

The information stored is used in the scheduler’s OnCustomDrawContent event to custom paint the time block.

The event’s AViewInfo parameter references a TcxSchedulerContentCellViewInfo object.

See Also