Back to Devexpress

IAppointmentDependencyStorage Interface

corelibraries-devexpress-dot-xtrascheduler-f988374d.md

latest1.3 KB
Original Source

IAppointmentDependencyStorage Interface

An interface of a storage which holds a collection of appointment dependencies.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public interface IAppointmentDependencyStorage :
    IPersistentObjectStorage<AppointmentDependency>,
    IBatchUpdateable,
    IDisposable
vb
Public Interface IAppointmentDependencyStorage
    Inherits IPersistentObjectStorage(Of AppointmentDependency),
             IBatchUpdateable,
             IDisposable

The following members return IAppointmentDependencyStorage objects:

See Also

IAppointmentDependencyStorage Members

DevExpress.XtraScheduler Namespace