maui-devexpress-dot-maui-dot-scheduler-2945035a.md
Stores mappings that specify data object properties that contain values for AppointmentItem properties.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public class AppointmentMappings :
MappingsBase
The following members return AppointmentMappings objects:
This example shows how to bind a DayView instance to a data source that stores custom appointment ( MedicalAppointment ) and label ( MedicalAppointmentType ) objects.
System.Object DevExpress.Maui.Scheduler.Internal.BindableBase DevExpress.Maui.Scheduler.Internal.FreezableBase MappingsBase AppointmentMappings
YieldIfNotNull<AppointmentMappings>()
See Also