Skip to main content

LabelMappingInfo(AppointmentLabelDataStorage) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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