Skip to main content

AppointmentStorage(SchedulerStorage) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public AppointmentStorage(
    SchedulerStorage schedulerStorage
)

#Parameters

Name Type Description
schedulerStorage SchedulerStorage

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

See Also