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

CalendarFastNavProperties.EnablePopupAnimation Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Remarks

Use the EnablePopupAnimation property to control whether the fast navigation panel of the date editor’s calendar is invoked using a specific predefined animation effect. When this property is set to false, invoking the fast navigation panel is performed without any animation.

See Also