Back to Devexpress

TcxSchedulerEventCellViewInfo Class

vcl-cxschedulercustomresourceview-446207e3.md

latest1.1 KB
Original Source

TcxSchedulerEventCellViewInfo Class

A ViewInfo class that contains the information required to render a user event.

Declaration

delphi
TcxSchedulerEventCellViewInfo = class(
    TcxSchedulerCustomViewInfoItem
)

Remarks

The information stored is used in the scheduler’s OnCustomDrawEvent event handler to custom paint the user event.

The TcxSchedulerEventCellViewInfo object is referenced by the AViewInfo parameter of the scheduler’s OnCustomDrawEvent event.

Inheritance

TObject TcxSchedulerCustomViewInfoItem TcxSchedulerEventCellViewInfo

See Also

Custom Drawing

TcxSchedulerEventCellViewInfo Members

cxSchedulerCustomResourceView Unit