Back to Devexpress

AppointmentConflictsMode Enum

corelibraries-devexpress-dot-xtrascheduler-d8f82460.md

latest2.4 KB
Original Source

AppointmentConflictsMode Enum

Lists the modes which specify if appointments conflicts are allowed.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum AppointmentConflictsMode
vb
Public Enum AppointmentConflictsMode

Members

NameDescription
Allowed

Appointments conflicts are allowed. This means that appointment intervals can intersect for the same resource (or for at least for one of the resources to which they belong, if resources are shared).

| | Forbidden |

Appointments conflicts are forbidden. This means that appointment intervals can’t intersect each other for the same resource (or for at least for one of the resources to which they belong, if resources are shared).

| | Custom |

Whether the conflicts are resolved or not is determined manually in the corresponding event handler.

|

The following properties accept/return AppointmentConflictsMode values:

Remarks

Use this enumeration’s members to specify if the time interval of appointments can intersect or not. This enumeration’s values are used by the SchedulerOptionsCustomization.AllowAppointmentConflicts and SchedulerControl.AllowAppointmentConflicts properties.

See Also

SchedulerOptionsCustomization.AllowAppointmentConflicts

SchedulerControl.AllowAppointmentConflicts

DevExpress.XtraScheduler Namespace