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

ScaleBasedRangeControlClientOptions.MaxIntervalWidth Property

Gets or sets the RangeControl intervals’ maximum width that can be set when resizing or zooming the RangeControl viewport (in pixels).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[DefaultValue(250)]
public int MaxIntervalWidth { get; set; }

Property Value

Type Default Description
Int32 250

An integer value.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxIntervalWidth
SchedulerControl
.OptionsRangeControl.MaxIntervalWidth

Remarks

The most detailed scale of the ScaleBasedRangeControlClientOptions.Scales collection divides a RangeControl bound to a SchedulerControl into intervals. When resizing or zooming the RangeControl, its interval width is also resized, but it cannot be set to a value greater than specified by MaxIntervalWidth.

Note

If the MaxIntervalWidth property is set to a value that is less than the specified value of the ScaleBasedRangeControlClientOptions.MinIntervalWidth property, the RangeControl interval will have a fixed width equal to the ScaleBasedRangeControlClientOptions.MinIntervalWidth property value. In this case, zooming within the RangeControl is unavailable.

See Also