Back to Devexpress

AppointmentCustomFieldMapping Class

corelibraries-devexpress-dot-xtrascheduler-a3f33e51.md

latest2.1 KB
Original Source

AppointmentCustomFieldMapping Class

Mapping of a custom appointment property to a data field.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentCustomFieldMapping :
    CustomFieldMappingBase<Appointment>
vb
Public Class AppointmentCustomFieldMapping
    Inherits CustomFieldMappingBase(Of 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.

Inheritance

Object MappingBase CustomFieldMappingBase<Appointment> AppointmentCustomFieldMapping ASPxAppointmentCustomFieldMapping

See Also

AppointmentCustomFieldMapping Members

DevExpress.XtraScheduler Namespace