AppointmentStatusMappings Class
Provides information on the appointment status properties' mapping to data fields.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public class AppointmentStatusMappings :
MappingsBase
Public Class AppointmentStatusMappings
Inherits MappingsBase
Related API Members
The following members accept/return AppointmentStatusMappings objects:
Remarks
The AppointmentStatusMappings class contains a set of properties whose names are similar to the persistent properties declared within the AppointmentStatusItem class. If the SchedulerControl is bound to a data source using its DataSource.AppointmentStatusesSource property, the AppointmentStatusMappings class properties allow the corresponding AppointmentStatusItem properties to be bound to appropriate fields in the data source.
Access the AppointmentStatusMappings object using the DataSource.AppointmentStatusMappings property.