corelibraries-devexpress-dot-xtrascheduler-0c9b3a22.md
An interface that defines an appointment in the Scheduler.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public interface Appointment :
IPersistentObject,
IBatchUpdateable,
IDisposable,
IIdProvider
Public Interface Appointment
Inherits IPersistentObject,
IBatchUpdateable,
IDisposable,
IIdProvider
The following members return Appointment objects:
Show 94 links
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.
See Also