Skip to main content

TcxSchedulerStorageResourceItem.Resources Property

Provides access to the collection to which the event storage resource belongs.

Declaration

property Resources: TcxSchedulerStorageResources read;

Property Value

Type
TcxSchedulerStorageResources

Remarks

You can use this property to access any other resource within the same persistence manager component or assign a common source of resource icons. Refer to the TcxSchedulerStorageResources class description for information on all available options.

See Also