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

AppointmentStorage(SchedulerStorage) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppointmentStorage(
    SchedulerStorage storage
)

Parameters

Name Type Description
storage SchedulerStorage

A SchedulerStorage value that specifies the scheduler storage of the appointment storage.

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