Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public int MaxIntervalWidth { get; set; }

Property Value

Type Description
Int32

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

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