Skip to main content
All docs
V19.1

SchedulerView.Views Property

Returns the collection of the SchedulerControl’s views between which the scheduler can switch at runtime.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public ObservableCollection<ViewBase> Views { get; }

Property Value

Type Description
ObservableCollection<ViewBase>

The collection of the views.

Remarks

Tip

The Scheduler stores all views with the default settings enabled in the Views collection. The specified views override the default views when you customize the Views collection.

You can define any number of views with the same type and different settings.

The SchedulerView.ActiveViewIndex property specifies a zero-based index in the Views collection of a view that the SchedulerView uses to display its data.

See Also