Skip to main content
A newer version of this page is available. .

Calendar.AppointmentMappings Property

Gets an object that specifies how appointment properties map to the data source fields. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v21.1.dll

Declaration

public AppointmentMappings AppointmentMappings { get; set; }

Property Value

Type Description
AppointmentMappings

A DevExpress.WinUI.Scheduler.AppointmentMappings object that has information on the mapping of the appointment properties to the data fields.

Remarks

Use the AppointmentsSource property to specify a data source.

See Also