Skip to main content

SchedulerDateNavigationBehavior.MaxSelectedNonConsecutiveDates Property

Specifies the maximum number of non-consecutive days that can be selected in the DateNavigator. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int MaxSelectedNonConsecutiveDates { get; set; }

Property Value

Type Description
Int32

An integer value that is the maximum allowed number of non-consecutively selected days.

Remarks

If the user selects more non-consecutive days than specified by the MaxSelectedNonConsecutiveDates property, the selection is expanded to all weeks that include the selected days. The resulting selection is then adjusted to the MaxSelectedConsecutiveWeeks property value.

See Also