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

iCalendarImporter(ISchedulerStorageBase) Constructor

Initializes a new instance of the iCalendarImporter class with the specified storage.

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public iCalendarImporter(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

An ISchedulerStorageBase object to store imported appointments.

Remarks

To get access to the ISchedulerStorageBase object, use the SchedulerControl.Storage property for WinForms Scheduler and the SchedulerStorage.InnerStorage property for WPF Scheduler.

See Also