Back to Devexpress

DateNavigationMode Enum

windowsforms-devexpress-dot-xtrascheduler-069edff4.md

latest1.5 KB
Original Source

DateNavigationMode Enum

Defines the behavior mode of the DateNavigator selection when navigating months.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public enum DateNavigationMode
vb
Public Enum DateNavigationMode

Members

NameDescription
ScrollCalendar

Keep the selection at the position and scroll only months.

| | MoveSelection |

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

|

The following properties accept/return DateNavigationMode values:

Remarks

DateNavigationMode values are used by the DateNavigator.NavigationMode property.

See Also

DevExpress.XtraScheduler Namespace