corelibraries-devexpress-dot-xtrascheduler-0a76d020.md
Specifies mapping of a custom property of an appointment dependency to an appropriate data field.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class AppointmentDependencyCustomFieldMapping :
CustomFieldMappingBase<AppointmentDependency>
Public Class AppointmentDependencyCustomFieldMapping
Inherits CustomFieldMappingBase(Of AppointmentDependency)
The following members return AppointmentDependencyCustomFieldMapping objects:
The AppointmentDependencyCustomFieldMapping class implements the MappingBase.Name and MappingBase.Member properties, used to identify a mapping for a particular property and a data field.
Object MappingBase CustomFieldMappingBase<AppointmentDependency> AppointmentDependencyCustomFieldMapping
See Also