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

AppointmentModificationControllerBase.IsAppointmentChanged() Method

Indicates whether the appointment is changed.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v19.1.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.

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.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E2719.

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