Back to Devexpress

ScaleBasedRangeControlClientOptions.MinIntervalWidth Property

windowsforms-devexpress-dot-xtrascheduler-dot-scalebasedrangecontrolclientoptions-b7243a2a.md

latest2.2 KB
Original Source

ScaleBasedRangeControlClientOptions.MinIntervalWidth Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(30)]
public int MinIntervalWidth { get; set; }
vb
<DefaultValue(30)>
Public Property MinIntervalWidth As Integer

Property Value

TypeDefaultDescription
Int3230

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 less than specified by MinIntervalWidth.

See Also

MaxIntervalWidth

Scales

AutoFormatScaleCaptions

ScaleBasedRangeControlClientOptions Class

ScaleBasedRangeControlClientOptions Members

DevExpress.XtraScheduler Namespace