Skip to main content
All docs
V25.1
  • ResizeAppointmentOverEventArgs.ConflictedAppointments Property

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

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.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