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 Class

Contains event storage resources and concomitant settings.

#Declaration

Delphi
TcxSchedulerStorageResources = class(
    TcxInterfacedPersistent,
    IcxStoredObject
)

#Remarks

This class implements the core functionality required by all containers that manage event resources stored in various persistence managers. The resources are specific categories that allow you to group user events according to different criteria, such as event creator names, common topics, etc. The associated Scheduler control’s OptionsView.GroupingKind property value determines how the scheduling area shows user events attributed to different resources.

Example

#Main API Members

The TcxSchedulerStorageResources class has public API members that allow you to do the following:

#Direct TcxSchedulerStorageResources Class Reference

The Resources property of unbound and aggregate event persistence managers references a TcxSchedulerStorageResources object.

#Implements

#Inheritance

See Also