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

TcxSchedulerWebServiceStorageResourceItem.ProviderClass Property

Specifies the web service storage resource’s active online event data provider by its class-reference.

#Declaration

Delphi
property ProviderClass: TcxSchedulerWebServiceStorageCustomProviderClass read; write;

#Property Value

Type
TcxSchedulerWebServiceStorageCustomProviderClass

#Remarks

Assign the reference to the required event data provider class to the ProviderClass property to create the corresponding provider with the default settings for the web service storage resource. The resulting provider is accessible via the Provider property.

If the web service resource already has an event data provider, changing the ProviderClassName or ProviderClass property value discards all settings of the provider and creates a new provider according to the specified class name or reference.

See Also