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

Appointment Interface

An interface that defines an appointment in the Scheduler.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public interface Appointment :
    IPersistentObject,
    IBatchUpdateable,
    IDisposable,
    IIdProvider

Remarks

For more information on appointments, review the following topics:

WPF Scheduler implements the AppointmentItem class that represents an appointment. Review the Appointments section for more information.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Appointment interface.

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