Skip to main content
A newer version of this page is available.
All docs
V20.2

LookupAnimationBuilder Class

OBSOLETE

Use the dropDownOptions option instead.

Provides methods that allow you to configure nested options of the client-side animation object.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[Obsolete("Use the dropDownOptions option instead.")]
public class LookupAnimationBuilder :
    OptionsOwnerBuilder

Remarks

Do not instantiate this class explicitly. A new LookupAnimationBuilder class instance is created when you call the Animation(Action<LookupAnimationBuilder>) method.

Inheritance

Object
OptionsOwnerBuilder
LookupAnimationBuilder
See Also