corelibraries-devexpress-dot-xtrascheduler-48b39723.md
A platform-independent base interface that defines a storage which holds appointments.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public interface IAppointmentStorageBase :
IPersistentObjectStorage<Appointment>,
IBatchUpdateable,
IDisposable
Public Interface IAppointmentStorageBase
Inherits IPersistentObjectStorage(Of Appointment),
IBatchUpdateable,
IDisposable
The following members return IAppointmentStorageBase objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | AppointmentXmlPersistenceHelper.Storage |
| ISchedulerStorageBase.Appointments | |
| XAF: Cross-Platform .NET App UI & Web API | SchedulerListEditor.Appointments |
| SchedulerListEditorBase.Appointments |
The IAppointmentStorageBase is the base interface for the following interfaces and classes:
An object with the IAppointmentStorageBase interface can be accessed using the ISchedulerStorageBase.Appointments property.
See Also