Skip to main content

SchedulerDateNavigatorStyleSettings.RoundSelectionToEntireWeek Property

Specify whether the selection within the date navigator should always be rounded to entire weeks when selecting a continuous range of dates by dragging across two or more weeks.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool RoundSelectionToEntireWeek { get; set; }

#Property Value

Type Description
Boolean

true if the selection within the date navigator should be rounded to entire weeks; otherwise, false.

#Remarks

SchedulerDateNavigatorStyleSettings_RoundSelectionToEntireWeek

#Implements

DevExpress.Xpf.Scheduler.ISchedulerDateNavigatorControllerOwner.RoundSelectionToEntireWeek
See Also