Back to Devexpress

iCalendarExporter.Appointments Property

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-dot-icalendarexporter-77a6321d.md

latest1.5 KB
Original Source

iCalendarExporter.Appointments Property

Gets or sets appointments for export.

Namespace : DevExpress.XtraScheduler.iCalendar

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public AppointmentBaseCollection Appointments { get; set; }
vb
Public Property Appointments As AppointmentBaseCollection

Property Value

TypeDescription
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

iCalendarExporter Class

iCalendarExporter Members

DevExpress.XtraScheduler.iCalendar Namespace