corelibraries-devexpress-dot-xtrascheduler-d8f82460.md
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
public enum AppointmentConflictsMode
Public Enum AppointmentConflictsMode
| Name | Description |
|---|---|
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:
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