AppointmentModificationControllerBase.IsDateTimeEditable Property
Informs whether the appointment is in conflict with another, and they are not reconciled.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the appointment conflict is resolved; otherwise, false. |
Remarks
If the SchedulerOptionsCustomization.AllowAppointmentConflicts setting is AppointmentConflictsMode.Allowed, then the IsDateTimeEditable method always returns true. The SchedulerControl.AllowAppointmentConflicts event is raised by this method if the SchedulerControl.AllowAppointmentConflicts is set to AppointmentConflictsMode.Custom.
See Also