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

AppointmentDependencyDataStorage.CustomFieldMappings Property

Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public AppointmentDependencyCustomFieldMappingCollection CustomFieldMappings { get; }

Property Value

Type Description
AppointmentDependencyCustomFieldMappingCollection

An AppointmentDependencyCustomFieldMappingCollection object.

Remarks

Important

Names of data fields mapped to the AppointmentDependencyDataStorage properties must be unique.

See Also