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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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