Skip to main content
A newer version of this page is available. .

ICalendarImporter(SchedulerControl) Constructor

Initializes a new instance of the ICalendarImporter class with the specified scheduler.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public ICalendarImporter(
    SchedulerControl scheduler
)

Parameters

Name Type Description
scheduler SchedulerControl

A DevExpress.Xpf.Scheduling.SchedulerControl whose appointments should be exported.

See Also