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

TcxSchedulerStorageResourceItem.ResourceID Property

Specifies the resource’s unique identifier.

#Declaration

Delphi
property ResourceID: Variant read; write;

#Property Value

Type
Variant

#Remarks

Event storage persistence manager components use this property value to refer to their individual resources via the ResourceIDs property. Assign the ResourceID property value to a user event‘s ResourceID property to associate the event with the current resource (calendar).

To share a single event between multiple resources (that is, to mirror the event state between two or more calendars), you can call the event’s ShareWithResource procedure passing the additional resource’s ResourceID property value as a parameter. Call the persistence manager’s IsEventSharingAllowed function to identify if this functionality is available.

See Also