Skip to main content
A newer version of this page is available. .

ScaleBasedRangeControlClientOptions.RangeMinimum Property

Gets or sets the minimum value of the time range available in the RangeControl for navigation within the SchedulerControl.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v19.1.dll

Declaration

public DateTime RangeMinimum { get; set; }

Property Value

Type Description
DateTime

A DateTime value that specifies the minimum limit of the range.

Property Paths

You can access this nested property as listed below:

Object Type Path to RangeMinimum
SchedulerControl
.OptionsRangeControl.RangeMinimum

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

RangeControl-RangeMinMax

Note

If the SchedulerOptionsRangeControl.AutoAdjustMode is set to true, the RangeControl’s range is automatically recalculated when the scheduler view is changed or the scheduler start date goes beyond the RangeControl range. In this case, the values of the RangeMinimum and RangeControlAdjustEventArgs.RangeMaximum properties are not taken into account.

See Also