aspnet-devexpress-dot-web-dot-calendarproperties-4db43909.md
Gets or sets a value specifying the animation type used to change the visible date.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(AnimationType.Auto)]
public AnimationType ChangeVisibleDateAnimationType { get; set; }
<DefaultValue(AnimationType.Auto)>
Public Property ChangeVisibleDateAnimationType As AnimationType
| Type | Default | Description |
|---|---|---|
| AnimationType | Auto |
One of the AnimationType enumeration values.
|
Available values:
| Name | Description |
|---|---|
| Slide |
A control uses a slide animation effect.
| | Fade |
A control uses a fade-in animation effect.
| | None |
A control does not use animation effects.
| | Auto |
The type of animation is determined by the control.
|
Use the ChangeVisibleDateAnimationType property to specify the type of animation used to change the visible date. The property value Auto is equal to None.
Note
The ChangeVisibleDateAnimationType property synchronizes its value with the editor’s ASPxCalendar.ChangeVisibleDateAnimationType property.
See Also