Skip to main content

TcxSchedulerEventCellViewInfo.ResourceItem Property

Represents the resource which the user event is currently drawn within.

Declaration

property ResourceItem: TcxSchedulerStorageResourceItem read;

Property Value

Type
TcxSchedulerStorageResourceItem

Remarks

Use the ResourceItem property to access the TcxSchedulerStorageResourceItem object.

Note

if the user event is being drawn when grouping by resources is not supported, then the ResourceItem property returns nil.

See Also