Skip to main content

AppointmentCustomFieldMapping Class

Mapping of a custom appointment property to a data field.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

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