Back to Devexpress

ASPxCalendar.ChangeVisibleDateAnimationType Property

aspnet-devexpress-dot-web-dot-aspxcalendar-50cf538d.md

latest1.7 KB
Original Source

ASPxCalendar.ChangeVisibleDateAnimationType Property

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

Declaration

csharp
[DefaultValue(AnimationType.Auto)]
public AnimationType ChangeVisibleDateAnimationType { get; set; }
vb
<DefaultValue(AnimationType.Auto)>
Public Property ChangeVisibleDateAnimationType As AnimationType

Property Value

TypeDefaultDescription
AnimationTypeAuto

One of the AnimationType enumeration values.

|

Available values:

NameDescription
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.

|

Remarks

This property is a wrapper of the CalendarProperties.ChangeVisibleDateAnimationType property.

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace