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