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

TcxCustomSchedulerStorage.Resources Property

Provides access to the event persistence manager’s resource container.

#Declaration

Delphi
property Resources: TcxSchedulerStorageResources read; write;

#Property Value

Type
TcxSchedulerStorageResources

#Remarks

Resources are specific categories allowing you to group user events according to different criteria, such as event creator names, common topics, original event sources (calendars), etc. The associated Scheduler control’s OptionsView.GroupingKind property value determines how the scheduling area displays user events attributed to different resources.

Use the Resources.Items and Resources.ResourceItems to access individual resources in different event data store modes. Additionally, you can use the Resources.Images property to associate the resource container with an image list. Refer to the TcxSchedulerStorageResources class description for additional information.

See Also