Back to Devexpress

DropAppointmentEventArgs.ConflictedAppointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dropappointmenteventargs-cff54713.md

latest1.9 KB
Original Source

DropAppointmentEventArgs.ConflictedAppointments Property

Returns the collection of dragged appointments that are conflicting with the current appointments.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
IReadOnlyList<IReadOnlyList<AppointmentItem>>

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

|

Remarks

The AllowAppointmentConflicts property manages whether the time interval of two or more appointments can intersect. The CustomAllowAppointmentConflicts event allows you to define a custom conflict rule.

See Also

DropAppointmentEventArgs Class

DropAppointmentEventArgs Members

DevExpress.Xpf.Scheduling Namespace