AppointmentFormControllerBase.IsAppointmentChanged() Method
In This Article
Informs whether the appointment is changed.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#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