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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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