Skip to main content
A newer version of this page is available. .
All docs
V21.2

DropAppointmentEventArgs.ConflictedAppointments Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IReadOnlyList<IReadOnlyList<AppointmentItem>> ConflictedAppointments { get; }

Property Value

Type Description
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