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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 250 | An integer value. |
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.