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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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. |
MoveSelection | Each time you switch month, the selection moves with the month. |
See Also