Back to Devexpress

GridEditFormPopupSettings.PopupAnimationType Property

aspnet-devexpress-dot-web-dot-grideditformpopupsettings-07ef9005.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(AnimationType.Fade)]
public AnimationType PopupAnimationType { get; set; }
vb
<DefaultValue(AnimationType.Fade)>
Public Property PopupAnimationType As AnimationType

Property Value

TypeDefaultDescription
AnimationTypeFade

One of the AnimationType enumeration values.

|

Available values:

NameDescription
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.

|

See Also

GridEditFormPopupSettings Class

GridEditFormPopupSettings Members

DevExpress.Web Namespace