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

AppointmentDependencyStorage(SchedulerStorage) Constructor

Initializes a new instance of the AppointmentDependencyStorage class with the specified scheduler storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppointmentDependencyStorage(
    SchedulerStorage storage
)

Parameters

Name Type Description
storage SchedulerStorage

A SchedulerStorage value that specifies the scheduler storage to store appointment dependencies.

Remarks

Important

This API is intended to be used with the legacy SchedulerStorage only. Starting with version 18.1, SchedulerStorage and all of its satellite storages are replaced with their updated versions.

See Also