Back to Devexpress

TcxSchedulerContainerCellViewInfo Class

vcl-cxschedulercustomresourceview-ec2dbabc.md

latest1.2 KB
Original Source

TcxSchedulerContainerCellViewInfo Class

A ViewInfo class that contains the details required to render the all-day event area.

Declaration

delphi
TcxSchedulerContainerCellViewInfo = class(
    TcxSchedulerCustomResourceViewInfoItem
)

Remarks

The information stored is used in the scheduler’s OnCustomDrawContainer event to custom paint the all-day event area.

The event’s AViewInfo parameter references a TcxSchedulerContainerCellViewInfo object.

Inheritance

TObject TcxSchedulerCustomViewInfoItem TcxSchedulerCustomResourceViewInfoItem TcxSchedulerContainerCellViewInfo

See Also

Custom Drawing

TcxSchedulerContainerCellViewInfo Members

cxSchedulerCustomResourceView Unit