Skip to main content

TcxSchedulerDBStorage.Resources Property

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

Declaration

property Resources: TcxSchedulerDBStorageResources read; write;

Property Value

Type
TcxSchedulerDBStorageResources

Remarks

Resources are specific categories allowing you to group user events persisted in the underlying dataset according to different criteria, such as event creator names, common topics, original event sources (calendars), etc. You can use the associated Scheduler control’s OptionsView.GroupindKind property to change how the scheduling area displays user events attributed to different resources.

See Also