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

ResizeAppointmentOverEventArgs.ConflictedAppointments Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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