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

TcxSchedulerEventModernStyleHintInfo.Resources Field

Specifies the user event‘s resource names displayed in a callout popup hint.

#Declaration

Delphi
Resources: string

#Field Value

Type Description
string

Resource names.

#Remarks

The Resources field is initialized to a string created from names of the visible resources to which the user event belongs. If the user event belongs to multiple resources, their names are delimited by a list separator. The list separator depends on the system locale.

You can assign a string to the AInfo.Resources field in a scheduler control’s OnGetEventModernStyleHintInfo event handler to show custom text instead of the user event’s resource names in the visible callout popup hint.

Note

You can set the ShowResources field to False to remove the event’s resource names from the callout popup hint.

If the scheduler control hides resource names, the Resources field is initialized to an empty string.

See Also