SchedulerDateNavigationBehavior.MaxSelectedConsecutiveWeeks Property
Specifies the maximum number of consecutive weeks 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
Property Value
Type | Description |
---|---|
Int32 | An integer value that is the maximum allowed number of consecutively selected weeks. |
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