SchedulerControl.ActiveView Property
In This Article
Returns the view currently used by the SchedulerControl to show its data.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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