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

AppointmentModificationControllerBase.IsDateTimeEditable Property

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

Namespace: DevExpress.XtraScheduler.Native

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

Declaration

public virtual bool IsDateTimeEditable { get; }

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