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

ScaleBasedRangeControlClientOptions.MaxIntervalWidth Property

Gets or sets the maximum 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 MaxIntervalWidth { get; set; }

Property Value

Type Description
Int32

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

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxIntervalWidth
SchedulerControl
.OptionsRangeControl.MaxIntervalWidth

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-MinIntervalWidth

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 MaxIntervalWidth.

See Also