Skip to main content

AppointmentMapping(AppointmentStorage) Constructor

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
)
Public Sub New(
    dataStorage As AppointmentStorage
)

Parameters

Name Type Description
dataStorage AppointmentStorage

A AppointmentStorage value that specifies the appointment storage.

See Also