Skip to main content

AppointmentItem.Calendar Property

Returns the calendar that displays the appointment.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public CalendarBase Calendar { get; }

Property Value

Type Description
CalendarBase

A DevExpress.UI.Xaml.Scheduler.CalendarBase descendant.

See Also