GridCustomizationWindowPopupSettings.PopupAnimationType Property
Gets or sets a value specifying the animation type used to show the customization window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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. |
See Also