iCalendarExporter.Appointments Property
Gets or sets appointments for export.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
AppointmentBaseCollection | An AppointmentBaseCollection object representing a collection of appointments intended for export. |
Remarks
Use this property to get access and modify the appointments before they are exported to external file or a stream.
See Also