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

GridHeaderFilterPopupSettings.PopupAnimationType Property

Gets or sets a value specifying the animation type used to show the header filter‘s popup window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(AnimationType.Fade)]
public AnimationType PopupAnimationType { get; set; }

Property Value

Type Default Description
AnimationType **Fade**

One of the AnimationType enumeration values.

Available values:

Name Description
Slide

A control uses a slide animation effect.

Fade

A control uses a fade-in animation effect.

None

A control does not use animation effects.

Auto

The type of animation is determined by the control.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PopupAnimationType
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.HeaderFilter.PopupAnimationType
GanttPopupControlSettings
.HeaderFilter.PopupAnimationType
ASPxGridViewPopupControlSettings
.HeaderFilter.PopupAnimationType
TreeListPopupControlSettings
.HeaderFilter.PopupAnimationType
ASPxVerticalGridPopupControlSettings
.HeaderFilter.PopupAnimationType
MVCxGridViewPopupControlSettings
.HeaderFilter.PopupAnimationType
MVCxTreeListPopupControlSettings
.HeaderFilter.PopupAnimationType
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.HeaderFilter.PopupAnimationType
BootstrapGridViewPopupControlSettings
.HeaderFilter.PopupAnimationType
See Also