Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerCustomResourceViewInfoItem.Resource Property

Contains information on resources.

#Declaration

Delphi
property Resource: TcxSchedulerResourceViewInfo read; write;

#Property Value

Type
TcxSchedulerResourceViewInfo

#Remarks

If custom painting is performed (see the Custom Drawing topic), 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 Resource property to access the TcxSchedulerResourceViewInfo instance.

See Also