Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(true)]
public bool AllowChangeActiveView { get; set; }

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
.OptionsRangeControl .AllowChangeActiveView

Remarks

For example, when the AllowChangeActiveView property is set to true, scheduler views will be switched in the following way:

OptionsRangeControl_AllowChangeActiveView

See Also