Skip to main content

AppointmentMapping(AppointmentStorage) Constructor

In This Article

Initializes a new instance of the AppointmentMapping class with the specified appointment storage.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public AppointmentMapping(
    AppointmentStorage dataStorage
)

#Parameters

Name Type Description
dataStorage AppointmentStorage

A AppointmentStorage value that specifies the appointment storage.

See Also