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

ScaleBasedRangeControlClientOptions.RangeMinimum Property

Gets or sets the minimum limit of the time range that is available in the RangeControl to navigate within the SchedulerControl.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.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

OptionsRangeControl_RangeMinimum_RangeMaximum

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RangeMinimum property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also