Skip to main content

AppointmentStorage(SchedulerStorage) Constructor

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
)
Public Sub New(
    schedulerStorage As SchedulerStorage
)

Parameters

Name Type Description
schedulerStorage SchedulerStorage

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

See Also