TcxSchedulerDayHeaderCellViewInfo Class
In This Article
A ViewInfo class that contains the details required to render the day cells.
#Declaration
Delphi
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.
#Inheritance
See Also