Back to Devexpress

AppointmentLabelMappings Class

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-d046f950.md

latest2.3 KB
Original Source

AppointmentLabelMappings Class

The storage of mappings that specify data objects’ properties that provide values for AppointmentLabelItem properties.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.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

Object DevExpress.XamarinForms.Scheduler.Internal.BindableBase DevExpress.XamarinForms.Scheduler.Internal.FreezableBase MappingsBase AppointmentLabelMappings

See Also

AppointmentLabelMappings Members

DevExpress.XamarinForms.Scheduler Namespace