Skip to main content

TcxSchedulerCustomViewInfoItem Class

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

Declaration

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