Back to Devexpress

TcxSchedulerWebServiceStorageOfficeProvider.TContentType Enum

vcl-cxschedulerwebservicestorageofficeprovider-dot-tcxschedulerwebservicestorageofficeprovider.md

latest1.3 KB
Original Source

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:

ValueDescription
DefaultThe default (compatibility) mode corresponds to the plain text format that the current Scheduler control implementation supports in user events.
TextThe event data provider explicitly uses the plain text format to work with event descriptions in a connected online calendar in this mode.
HTMLThe 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

cxSchedulerWebServiceStorageOfficeProvider Unit