Skip to main content

Calendar.AppointmentsSource Property

Gets or sets a collection of objects containing appointment information. 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 object AppointmentsSource { get; set; }

Property Value

Type Description
Object

A collection of objects which contain appointment information.

Remarks

Use the AppointmentMappings property to specify how appointment properties map to the data source fields.

See Also