Skip to main content
A newer version of this page is available. .
Tab

CalendarFastNavProperties.EnableInlineAnimation Property

Gets or sets a value that specifies whether a specific animation effect is used when using the calendar’s fast navigation.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool EnableInlineAnimation { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if a specific animation effect is used; otherwise, false.

Remarks

The navigation between years and months can be performed with a specific animation effect. Use the EnableInlineAnimation property to control whether this predefined animation effect is available for the calendar’s fast navigation.

Note

The EnableInlineAnimation property is in effect if the CalendarFastNavProperties.DisplayMode property value is FastNavigationDisplayMode.Inline.

Online demo:

See Also