Skip to main content
A newer version of this page is available. .

TcxSchedulerWebServiceStorageResources.Items Property

Provides access to the collection of web service storage resources.

Declaration

property Items: TcxSchedulerWebServiceStorageResourceItems read; write;

Property Value

Type
TcxSchedulerWebServiceStorageResourceItems

Remarks

Use this property to create, destroy, and customize individual web service storage resources used to work with online calendars via compatible data providers. Refer to the TcxSchedulerWebServiceStorageResourceItems class description for information on all available options.

See Also