ICalendarExporter(SchedulerControl, IEnumerable<AppointmentItem>) Constructor
In This Article
Initializes a new instance of the iCalendarExporter class with the specified Scheduler and appointments to export.
Namespace: DevExpress.Xpf.Scheduling.iCalendar
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public ICalendarExporter(
SchedulerControl scheduler,
IEnumerable<AppointmentItem> appointments
)
#Parameters
Name | Type | Description |
---|---|---|
scheduler | Scheduler |
A DevExpress. |
appointments | IEnumerable<Appointment |
A collection of DevExpress. |
See Also