Skip to main content

iCalendarExporter(ISchedulerStorageBase) Constructor

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

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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 DataStorage property for WinForms Scheduler and the SchedulerStorage.InnerStorage property for WPF Scheduler.

See Also