Skip to main content

TcxSchedulerResourceViewInfo Class

A ViewInfo class that stores basic resource information.

Declaration

TcxSchedulerResourceViewInfo = class(
    TObject
)

Remarks

If custom painting, an instance of the TcxSchedulerResourceViewInfo class can be used to get details on the current resource object (see the ResourceItem property), such as the caption (as well as its rectangle) and icon for the resource header (see the Caption, TextRect, Images, ImageIndex and ImagePosition properties), its unique identifier (see the ResourceID property) and the color of the resource group (see the Color property).

The TcxSchedulerCustomResourceViewInfoItem.Resource property references a TcxSchedulerResourceViewInfo object.

Inheritance

TObject
TcxSchedulerResourceViewInfo
See Also