Calendar.AppointmentMappings Property
In This Article
Gets an object that specifies how appointment properties map to the data source fields. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public AppointmentMappings AppointmentMappings { get; set; }
#Property Value
Type | Description |
---|---|
Appointment |
A DevExpress. |
#Remarks
Use the AppointmentsSource property to specify a data source.
See Also