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

ScaleBasedRangeControlClientOptions.MaxSelectedIntervalCount Property

Gets or sets the maximum number of intervals that the selected range can include.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[DefaultValue(0)]
public int MaxSelectedIntervalCount { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the maximum number of intervals that can be included in the selected range.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxSelectedIntervalCount
SchedulerControl
.OptionsRangeControl.MaxSelectedIntervalCount

Remarks

When using a RangeControl to navigate within a SchedulerControl, an end-user selects a particular time range in the RangeControl to which the scheduler visible interval will be scrolled. RangeControl selection can include one or several intervals. When the MaxSelectedIntervalCount property value is 0, the time range that can be selected in the RangeControl is unrestricted. If it is needed to prevent end-users from selecting a large time interval and specify the maximum permissible number of intervals that can be simultaneously selected, set the MaxSelectedIntervalCount property value as required.

See Also