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

SchedulerControl.ActiveView Attached Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

Returns

Type Description
ViewBase

A 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 SchedulerControl.ActiveViewIndex property to the index of the required view in the SchedulerControl.Views collection.

See Also