ASPxCalendar.ChangeVisibleDateAnimationType Property
In This Article
Gets or sets a value specifying the animation type used to change the visible date.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(AnimationType.Auto)]
public AnimationType ChangeVisibleDateAnimationType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Animation |
Auto | One of the Animation |
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. |
#Remarks
This property is a wrapper of the CalendarProperties.ChangeVisibleDateAnimationType property.
See Also