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

DateNavigator.AllowMultipleRanges Property

Gets or sets whether the DateNavigator allows end-users to select multiple date ranges at once or a single date range. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AllowMultipleRanges { get; set; }

Property Value

Type Description
Boolean

true, to allow end-users to select multiple dates; otherwise, false.

Remarks

The AllowMultipleRanges property is in effect when the DateNavigator.IsMultiSelect property is set to true.

Use the DateNavigator.SelectedDates property to get a collection of selected dates.

See Also