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

TcxSchedulerWebServiceStorageOfficeProvider.TContentType Enum

Enumerates user event description formats that are available for use in the online Microsoft account event data provider.

#Declaration

Delphi
TContentType = (
    Default,
    Text,
    HTML
);

#Members

Name
Default
Text
HTML

#Remarks

Options include:

Value Description
Default The default (compatibility) mode corresponds to the plain text format that the current Scheduler control implementation supports in user events.
Text The event data provider explicitly uses the plain text format to work with event descriptions in a connected online calendar in this mode.
HTML The event data provider imports or synchronizes event descriptions as hypertext. Currently, this mode can be useful if you implement a custom Scheduler-compatible calendar control.

The ContentType property references the TContentType nested enumeration type.

See Also