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

AppointmentLabelDataStorage.CustomFieldMappings Property

Provides access to custom field mappings for Labels.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

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