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

SchedulerControl.ActiveView Property

Returns the view currently used by the SchedulerControl to show its data.

Namespace: DevExpress.UI.Xaml.Scheduler

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ViewBase ActiveView { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.Internal.ViewBase

A DevExpress.UI.Xaml.Scheduler.Internal.ViewBase class descendant, which represents the currently active view.

Remarks

Use the ActiveView property to obtain the currently active view. To change the active view type, set the ActiveViewIndex property to the index of the required view in the Views collection.

See Also