Back to Devexpress

TcxSchedulerCustomViewInfoItem Class

vcl-cxschedulercustomresourceview-6a8b6f59.md

latest3.0 KB
Original Source

TcxSchedulerCustomViewInfoItem Class

A ViewInfo class that contains information which is used to render the various elements of the scheduler area.

Declaration

delphi
TcxSchedulerCustomViewInfoItem = class(
    TObject
)

Remarks

Scheduler area elements include:

The TimeGrid View-specific elements include:

The TcxSchedulerCustomViewInfoItem class is the base class for classes, which provide details for custom painting the scheduling area’s elements. Instances of these descendants are passed into the above events as arguments.

The TcxSchedulerCustomViewInfoItem class encapsulates the data and behavior common to all of its derived classes.

Do not use this class directly. Use its descendants instead.

Inheritance

TObject TcxSchedulerCustomViewInfoItem

See Also

Custom Drawing

TcxSchedulerCustomViewInfoItem Members

cxSchedulerCustomResourceView Unit