Skip to main content

SchedulerControl.Calendars Property

Provides access to the collection of calendars that display appointments.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.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