Back to Devexpress

TcxSchedulerICalendarImportOptions Type

vcl-cxschedulericalendar-0f58b5cf.md

latest989 B
Original Source

TcxSchedulerICalendarImportOptions Type

A set of flags that correspond to individual iCalendar 2.0 data import options.

Declaration

delphi
TcxSchedulerICalendarImportOptions = set of TcxSchedulerICalendarImportOption;

Referenced Class

TypeDescription
TcxSchedulerICalendarImportOption

A flag that corresponds to an individual iCalendar 2.0 data import option.

|

Remarks

A TcxSchedulerICalendarImportOptions value can include any combination of TcxSchedulerICalendarImportOption flags.

Direct TcxSchedulerICalendarImportOptions Type Reference

The cxSchedulerICalendarImport global function accepts a TcxSchedulerICalendarImportOptions flag as the AOptions parameter.

See Also

cxSchedulerICalendar Unit