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

TcxSchedulerStorageResources.ResourceItems Property

Provides access to the resource collection.

#Declaration

Delphi
property ResourceItems: TcxSchedulerStorageResourceItems read;

#Property Value

Type
TcxSchedulerStorageResourceItems

#Remarks

You can use this property to access individual resources when working with all event persistence manager types. Additionally, different event persistence manager components provide specific ways to work with event resources:

  • The unbound and aggregate event persistence managers allow you to manage resources via the Resources.Items property;

  • The data-aware persistence manager additionally provides read-only access to the stored resources via its Resources.DataItems property;

  • The web service storage implements the type-specific Resources.Items property that you can use to manage online calendars.

See Also