Back to Devexpress

DropDownEditPropertiesBase.AnimationType Property

aspnet-devexpress-dot-web-dot-dropdowneditpropertiesbase.md

latest2.1 KB
Original Source

DropDownEditPropertiesBase.AnimationType Property

Gets or sets a value specifying the animation type used when the editor’s drop down window is invoked.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
AnimationTypeAuto

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.

Note

The AnimationType property synchronizes its value with the editor’s ASPxDropDownEditBase.AnimationType property.

See Also

AnimationType

Drop-Down Editor

DropDownEditPropertiesBase Class

DropDownEditPropertiesBase Members

DevExpress.Web Namespace