MVCxGridLookupProperties.AnimationType Property
OBSOLETE
Use the AnimationType property instead.
Gets or sets a value specifying the animation type used when the editor’s drop down window is invoked.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the GridLookupSettings.AnimationType property instead.")]
public AnimationType AnimationType { get; set; }
Property Value
| Type | Description |
|---|---|
| AnimationType | 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. |
Remarks
Use the AnimationType property to specify the type of animation used when the editor’s drop down window is invoked. The property value Auto is equal to Slide.
See Also