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

iCalendarExporter.Appointments Property

Gets or sets appointments for export.

Namespace: DevExpress.XtraScheduler.iCalendar

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

Declaration

public AppointmentBaseCollection Appointments { get; set; }

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