Back to Devexpress

SchedulerOptionsRangeControl.AutoAdjustMode Property

windowsforms-devexpress-dot-xtrascheduler-dot-scheduleroptionsrangecontrol.md

latest3.3 KB
Original Source

SchedulerOptionsRangeControl.AutoAdjustMode Property

Gets or sets a value indicating if the RangeControl should be automatically adjusted after the scheduler visible interval or active view has been changed.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
public bool AutoAdjustMode { get; set; }
vb
<DefaultValue(True)>
Public Property AutoAdjustMode As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the RangeControl is automatically adjusted ; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AutoAdjustMode
SchedulerControl

.OptionsRangeControl .AutoAdjustMode

|

Remarks

If the AutoAdjustMode option is switched in, the RangeControl will be automatically adjusted in the following way:

Handle the SchedulerControl.RangeControlAutoAdjusting event for customization settings to be applied when the AutoAdjustMode property is set to true.

See Also

AllowChangeActiveView

SchedulerOptionsRangeControl Class

SchedulerOptionsRangeControl Members

DevExpress.XtraScheduler Namespace