DateNavigationMode Enum
Defines the behavior mode of the DateNavigator selection when navigating months.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return DateNavigationMode values:
Remarks
DateNavigationMode values are used by the DateNavigator.NavigationMode property.
See Also