DateNavigationMode Enum
In This Article
Defines the behavior mode of the DateNavigator selection when navigating months.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Members
Name | Description |
---|---|
Scroll
|
Keep the selection at the position and scroll only months. |
Move
|
Each time you switch month, the selection moves with the month. |
#Related API Members
The following properties accept/return DateNavigationMode values:
#Remarks
DateNavigationMode values are used by the DateNavigator.NavigationMode property.
See Also