Back to Devexpress

TcxSchedulerResourceViewInfo Class

vcl-cxschedulercustomresourceview-e02be55e.md

latest1.9 KB
Original Source

TcxSchedulerResourceViewInfo Class

A ViewInfo class that stores basic resource information.

Declaration

delphi
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

Custom Drawing

TcxSchedulerResourceViewInfo Members

cxSchedulerCustomResourceView Unit