Skip to main content

CalendarAnimationMode Enum

Lists values that specify the animation mode for the Date Navigator.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public enum CalendarAnimationMode

#Members

Name Description
None

Animation is disabled.

Standard

Enables the standard animation mode.

Touch

Enables the touch animation mode.

#Related API Members

The following properties accept/return CalendarAnimationMode values:

#Remarks

The values listed by this enumeration are used to set the DateNavigator.AnimationMode property’s value.

See Also