Skip to main content
A newer version of this page is available. .

AppointmentFormControllerBase.IsConflictResolved() Method

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

Namespace: DevExpress.XtraScheduler.UI

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

Declaration

public virtual bool IsConflictResolved()

Returns

Type Description
Boolean

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

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the IsConflictResolved() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also