DateNavigator.AnimationMode Property
Specifies the animation mode for the date navigator. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
CalendarAnimationMode | A CalendarAnimationMode enumeration value. |
Available values:
Name | Description |
---|---|
None | Animation is disabled. |
Standard | Enables the standard animation mode. |
Touch | Enables the touch animation mode. |
Remarks
The AnimationMode property specifies the animation that is shown when navigating the calendar.
See Also