Back to Devexpress

GridLookupSettings.AnimationType Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridlookupsettings.md

latest1.7 KB
Original Source

GridLookupSettings.AnimationType Property

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public AnimationType AnimationType { get; set; }
vb
Public Property AnimationType As AnimationType

Property Value

TypeDescription
AnimationType

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.

|

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

GridLookup

GridLookupSettings Class

GridLookupSettings Members

DevExpress.Web.Mvc Namespace