A newer version of this page is available.
Switch to the current version.
AppointmentCustomFieldMapping Class
Mapping of a custom appointment property to a data field.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
public class AppointmentCustomFieldMapping :
CustomFieldMappingBase<Appointment>
Public Class AppointmentCustomFieldMapping
Inherits CustomFieldMappingBase(Of Appointment)
Related API Members
The following members accept/return AppointmentCustomFieldMapping objects:
Remarks
The MappingBase.Name and MappingBase.Member properties are used to identify a mapping for a particular property and a data field.
Inheritance
See Also
Feedback