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

iCalendarExporter(ISchedulerStorageBase) Constructor

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

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public iCalendarExporter(
    ISchedulerStorageBase storage
)

Parameters

Name Type Description
storage ISchedulerStorageBase

An ISchedulerStorageBase object containing appointments for export.

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