Skip to main content

TcxSchedulerEventCellViewInfo.ResourceInfo Property

Contains resource ViewInfo information.

Declaration

property ResourceInfo: TcxSchedulerResourceViewInfo read;

Property Value

Type Description
TcxSchedulerResourceViewInfo

Stores resource ViewInfo information.

Remarks

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

Use the ResourceInfo property to access the TcxSchedulerResourceViewInfo instance.

See Also