Skip to main content

AppointmentUpdatingEventArgs.EditAppointments Property

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ReadOnlyCollection<AppointmentItem> EditAppointments { get; }

Property Value

Type
ReadOnlyCollection<AppointmentItem>
See Also