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

IAppointmentDependencyStorage.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.2.Core.dll

Declaration

AppointmentDependencyCustomFieldMappingCollection CustomFieldMappings { get; }

Property Value

Type Description
AppointmentDependencyCustomFieldMappingCollection

An AppointmentDependencyCustomFieldMappingCollection object.

See Also