Skip to main content

SchedulerDateNavigationBehavior.RoundSelectionToEntireWeek Property

Specifies whether to expand selection to full weeks when the user selects more than 7 consecutive days. 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 bool RoundSelectionToEntireWeek { get; set; }

Property Value

Type Description
Boolean

true, to expand selection to full weeks when the user selects more than 7 consecutive days; otherwise, false. By default, true.

See Also