Back to Devexpress

ResizeAppointmentOverEventArgs.ConflictedAppointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resizeappointmentovereventargs.md

latest1.6 KB
Original Source

ResizeAppointmentOverEventArgs.ConflictedAppointments Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IList<AppointmentItem> ConflictedAppointments { get; }
vb
Public ReadOnly Property ConflictedAppointments As IList(Of AppointmentItem)

Property Value

TypeDescription
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

ResizeAppointmentOverEventArgs Class

ResizeAppointmentOverEventArgs Members

DevExpress.Xpf.Scheduling Namespace