maui-devexpress-dot-maui-dot-scheduler-1d093eac.md
Stores mappings that specify data object properties that contain values for AppointmentLabelItem properties.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public class AppointmentLabelMappings :
MappingsBase
The following members return AppointmentLabelMappings 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 AppointmentLabelMappings
Yield<AppointmentLabelMappings>()
YieldIfNotNull<AppointmentLabelMappings>()
See Also