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

DateNavigator.NavigationMode Property

Gets or sets the mode that defines how a selection behaves when navigating dates in the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[DefaultValue(DateNavigationMode.MoveSelection)]
[DXCategory("Behavior")]
public DateNavigationMode NavigationMode { get; set; }

Property Value

Type Default Description
DateNavigationMode **MoveSelection**

A DateNavigationMode enumeration member that specifies how a selection behaves during date navigation.

Available values:

Name Description
ScrollCalendar

Keep the selection at the position and scroll only months.

DateNavigationMode.ScrollCalendar

MoveSelection

Each time you switch month, the selection moves with the month.

DateNavigationMode.MoveSelection

See Also