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

ScaleBasedRangeControlClientOptions.MinIntervalWidth Property

Gets or sets the minimum RangeControl interval width that can be set when resizing or zooming the RangeControl viewport.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v18.2.dll

Declaration

public int MinIntervalWidth { get; set; }

Property Value

Type Description
Int32

An integer that is the interval width in pixels. The default is 30.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinIntervalWidth
SchedulerControl
.OptionsRangeControl.MinIntervalWidth

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.

The most detailed scale divides a RangeControl into intervals. When resizing or zooming the RangeControl, its interval width is also resized, but it cannot be set to a value less than specified by MinIntervalWidth.

RangeControl-MinIntervalWidth

See Also