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

GridEditFormPopupSettings.PopupAnimationType Property

Gets or sets a value specifying the animation type used to show the popup edit form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.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
.EditForm.PopupAnimationType
ASPxGridViewPopupControlSettings
.EditForm.PopupAnimationType
TreeListPopupControlSettings
.EditForm.PopupAnimationType
MVCxGridViewPopupControlSettings
.EditForm.PopupAnimationType
MVCxTreeList
.SettingsPopupEditForm.PopupAnimationType
MVCxTreeListPopupControlSettings
.EditForm.PopupAnimationType
TreeListSettings
.SettingsPopupEditForm.PopupAnimationType
TreeListSettings<RowType>
.SettingsPopupEditForm.PopupAnimationType
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm.PopupAnimationType
BootstrapGridViewPopupControlSettings
.EditForm.PopupAnimationType
See Also