AppointmentDependencyCustomFieldMapping Class
In This Article
Specifies mapping of a custom property of an appointment dependency to an appropriate data field.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public class AppointmentDependencyCustomFieldMapping :
CustomFieldMappingBase<AppointmentDependency>
#Related API Members
The following members return AppointmentDependencyCustomFieldMapping objects:
#Remarks
The AppointmentDependencyCustomFieldMapping class implements the MappingBase.Name and MappingBase.Member properties, used to identify a mapping for a particular property and a data field.
#Inheritance
See Also