Skip to main content

DeleteRecurrentAppointmentFormEventArgs.Appointments Property

Gets the collection of appointments for which the dialog will be shown.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public AppointmentBaseCollection Appointments { get; }
Public ReadOnly Property Appointments As AppointmentBaseCollection

Property Value

Type Description
AppointmentBaseCollection

A DevExpress.XtraScheduler.AppointmentBaseCollection object that is a collection of appointments.

Remarks

Use the Appointments property to obtain appointments selected by the end-user for deletion.

See Also