SchedulerCustomFieldMapping Class
In This Article
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
#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