Skip to main content

SchedulerCustomFieldMapping Class

Specifies the mapping of a custom property of an appointment or resource to an appropriate data field.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public class SchedulerCustomFieldMapping :
    DependencyObject,
    INotifyPropertyChanged

#Remarks

The SchedulerCustomFieldMapping class implements the SchedulerCustomFieldMapping.Name and SchedulerCustomFieldMapping.Member properties which are used to identify a mapping for a particular property and data field.

#Examples

This example demonstrates how to add a custom field mapping for a non-standard appointment field via the CustomFieldMappings property of the AppointmentStorage object.

#Inheritance

Object
DispatcherObject
DependencyObject
SchedulerCustomFieldMapping
See Also