Skip to main content

AppointmentLabelDataStorage.CustomFieldMappings Property

Provides access to custom field mappings for Labels.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentLabelCustomFieldMappingCollection CustomFieldMappings { get; }

Property Value

Type Description
DevExpress.XtraScheduler.AppointmentLabelCustomFieldMappingCollection

A DevExpress.XtraScheduler.AppointmentLabelCustomFieldMappingCollection object that stores Labels’ custom field mappings

See Also