Back to Devexpress

CalendarFastNavProperties.EnablePopupAnimation Property

aspnet-devexpress-dot-web-dot-calendarfastnavproperties-53b0c17f.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool EnablePopupAnimation { get; set; }
vb
<DefaultValue(True)>
Public Property EnablePopupAnimation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

Calendar

CalendarFastNavProperties Class

CalendarFastNavProperties Members

DevExpress.Web Namespace