IAppointmentDependencyStorage Interface
In This Article
An interface of a storage which holds a collection of appointment dependencies.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public interface IAppointmentDependencyStorage :
IPersistentObjectStorage<AppointmentDependency>,
IBatchUpdateable,
IDisposable
#Related API Members
The following members return IAppointmentDependencyStorage objects:
See Also