AppointmentDependencyStorage.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.2.dll
Declaration
Property Value
Type | Description |
---|---|
AppointmentDependencyCustomFieldMappingCollection | An AppointmentDependencyCustomFieldMappingCollection object. |
Remarks
Important
This API is intended to be used with the legacy SchedulerStorage only. Starting with version 18.1, SchedulerStorage and all of its satellite storages are replaced with their updated versions.
- SchedulerDataStorage replaces SchedulerStorage
- AppointmentDataStorage replaces AppointmentStorage
- ResourceDataStorage replaces ResourceStorage
- AppointmentDependencyDataStorage replaces AppointmentDependencyStorage
See Also