Back to Devexpress

ToastAnimationBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-5e7253ab.md

latest1.8 KB
Original Source

ToastAnimationBuilder Class

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

csharp
public class ToastAnimationBuilder :
    OptionsOwnerBuilder

The following members return ToastAnimationBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder ToastAnimationBuilder

See Also

ToastAnimationBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace