SchedulerOptionsRangeControl.AllowChangeActiveView Property
Gets or sets whether to automatically change the SchedulerControl’s active view depending on which time range is selected in the RangeControl.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to automatically switch between scheduler views; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowChangeActiveView |
---|---|
SchedulerControl |
|
Remarks
For example, when the AllowChangeActiveView property is set to true, scheduler views will be switched in the following way:
See Also