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

Calendar.AppointmentsSource Property

Gets or sets a collection of objects containing appointment information. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnAppointmentsSourceChanged")]
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