Skip to main content

TcxSchedulerDayHeaderCellViewInfo Class

A ViewInfo class that contains the details required to render the day cells.

Declaration

TcxSchedulerDayHeaderCellViewInfo = class(
    TcxSchedulerHeaderCellViewInfo
)

Remarks

The information stored is used in the scheduler’s OnCustomDrawDayHeader event handler to custom paint the day cell.

The TcxSchedulerDayHeaderCellViewInfo object is referenced by the AViewInfo parameter of the scheduler’s OnCustomDrawDayHeader event.

See Also