Skip to main content

AppointmentFormControllerBase.IsAppointmentChanged() Method

Informs whether the appointment is changed.

Namespace: DevExpress.XtraScheduler.UI

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

#Declaration

public virtual bool IsAppointmentChanged()

#Returns

Type Description
Boolean

true if the appointment is changed; otherwise, false.

#Remarks

If changes are made to the edited appointment, so it is different from the original, then this property returns true.

See Also