Skip to main content

AppointmentModificationControllerBase.IsAppointmentChanged() Method

Indicates whether the appointment is changed.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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.

Note

In the ASP.NET platform Scheduler (ASPxScheduler) the IsAppointmentChanged is not used. You can override it in the AppointmentModificationControllerBase descendant and implement your own functionality.

For more information on implementing the IsAppointmentChanged property in ASPxScheduler, refer to the example project in our CodeCentral.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IsAppointmentChanged() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also