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

TcxSchedulerWebServiceStorageCustomProvider.GetDisplayName Method

Returns the type name of the account type to which the data provider can connect.

#Declaration

Delphi
class function GetDisplayName: string; virtual;

#Returns

Type
string

#Remarks

Call this function to obtain the type name of the online account to which the data provider connects to synchronize events in the specified calendars. This GetDisplayName function implementation always returns an empty string, since the TcxSchedulerWebServiceStorageCustomProvider class does not correspond to any particular online account type.

Each TcxSchedulerWebServiceStorageCustomProvider class descendant that implements providers obtaining calendar and event data from specific online account types provides its own GetDisplayName function implementation.

See Also