AppointmentStorage.Mappings Property
Contains information on mappings of standard appointment properties to specific fields in a datasource.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
Use the Mappings property to bind the Appointment properties to the appropriate fields in the datasource, specified via the DataSource property of the current AppointmentStorage.
If the properties provided by the AppointmentMapping object are insufficient, and you need to display more information concerning appointments, you should use the AppointmentStorage.CustomFieldMappings property to map these custom properties to the appropriate fields in a datasource.
To see step-by-step instructions on how to bind a SchedulerControl to a datasource and specify mappings of appointment properties to data fields, refer to Lesson 1 - Bind a Scheduler to Data Using WCF RIA Services.
#Examples
This example demonstrates how to specify standard mappings for appointment properties via the AppointmentStorage.Mappings property.