Skip to main content
A newer version of this page is available. .

AppointmentCustomFieldMapping Class

Mapping of a custom appointment property to a data field.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public class AppointmentCustomFieldMapping :
    CustomFieldMappingBase<Appointment>

The following members 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.

See Also