Skip to main content

AppointmentFormControllerBase.IsConflictResolved() Method

Informs whether the appointment is in conflict with another, and they are not reconciled.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public virtual bool IsConflictResolved()

#Returns

Type Description
Boolean

true if the appointment conflict is resolved; otherwise, false.

#Remarks

If the OptionsCustomization.AllowAppointmentConflicts setting is AppointmentConflictsMode.Allowed, then the IsConflictResolved method always returns true. The SchedulerControl.AllowAppointmentConflicts event is raised by this method if the OptionsCustomization.AllowAppointmentConflicts is set to AppointmentConflictsMode.Custom.

See Also