Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

AppointmentDependencyCustomFieldMappingCollection CustomFieldMappings { get; }

Property Value

Type Description
AppointmentDependencyCustomFieldMappingCollection

An AppointmentDependencyCustomFieldMappingCollection object.

See Also