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

SchedulerControl.Calendars Property

Provides access to the collection of calendars that display appointments.

Namespace: DevExpress.UI.Xaml.Scheduler

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public CalendarCollection Calendars { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.CalendarCollection

A collection of DevExpress.UI.Xaml.Scheduler.CalendarBase descendants.

See Also