AppointmentDependencyDataStorage.CustomFieldMappings Property
In This Article
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
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public AppointmentDependencyCustomFieldMappingCollection CustomFieldMappings { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
Important
Names of data fields mapped to the Appointment
See Also