Skip to main content
All docs
V19.1

SchedulerView.ActiveView Property

Gets the view that the scheduler currently uses to display data.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public ViewBase ActiveView { get; }

Property Value

Type Description
ViewBase

The ViewBase class descendant that is the current view.

Remarks

To change the active view in the scheduler, use the SchedulerView.ActiveViewIndex property. Set this property to the required view’s index in the SchedulerView.Views collection that stores all views defined in the scheduler.

To check whether a view is active, use its ViewBase.IsActive property.

See Also