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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
AppointmentDependencyCustomFieldMappingCollection | An AppointmentDependencyCustomFieldMappingCollection object. |
Remarks
Important
Names of data fields mapped to the AppointmentDependencyDataStorage properties must be unique.
See Also