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

LabelMappingInfo(AppointmentLabelDataStorage) Constructor

Initializes a new instance of the LabelMappingInfo class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public LabelMappingInfo(
    AppointmentLabelDataStorage itemStorage
)

Parameters

Name Type Description
itemStorage AppointmentLabelDataStorage

An AppointmentLabelDataStorage that stores Labels whose mappings are specified by this LabelMappingInfo object.

See Also