Back to Devexpress

AppointmentLabelMappings Class

maui-devexpress-dot-maui-dot-scheduler-1d093eac.md

latest2.2 KB
Original Source

AppointmentLabelMappings Class

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

Declaration

csharp
public class AppointmentLabelMappings :
    MappingsBase

The following members return AppointmentLabelMappings objects:

Example

This example shows how to bind a DayView instance to a data source that stores custom appointment ( MedicalAppointment ) and label ( MedicalAppointmentType ) objects.

  1. Assign a view model object to the content page’s BindingContext property.
  2. Set the DayView.DataStorage property to a SchedulerDataStorage object.
  3. Set the SchedulerDataStorage.DataSource property to a DataSource object and specify the following properties of this object:

Implements

INotifyPropertyChanged

Inheritance

System.Object DevExpress.Maui.Scheduler.Internal.BindableBase DevExpress.Maui.Scheduler.Internal.FreezableBase MappingsBase AppointmentLabelMappings

Extension Methods

Yield<AppointmentLabelMappings>()

YieldIfNotNull<AppointmentLabelMappings>()

See Also

AppointmentLabelMappings Members

DevExpress.Maui.Scheduler Namespace