Skip to main content

CommitAppointmentResizeEventArgs.ConflictedAppointments Property

Returns the list of appointments that conflict with the resized appointment.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IList<AppointmentItem> ConflictedAppointments { get; }

Property Value

Type Description
IList<AppointmentItem>

A list of DevExpress.Xpf.Scheduling.AppointmentItem objects.

Remarks

If the SchedulerControl.AllowAppointmentConflicts property is set to true, the ConflictedAppointments collection is always empty.

See Also